Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6964 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi Everybody,

So here's my little problem, I have a database to organize a school guidance office. There are four guiance counsellors and 20 slots in which students can book appoitnments (4 counselors x 20 slot fields = 80 fields where appointments can go into. I know this is a bit of a weird system but it has worked amazingly to date (although the next version will have portals probably).

Here's my situation, the counsellors would like a way to search EVERY appointment slot in the system. However, is there a way that I can set one field where the user enters the search string into and then have the text copied from this one to all the 80 other ones?

I've tried some copy and paste steps in my scripts but I couldn't get those to work. I would truly appreciate a step-by-step breakdown of the script. Each appointment slot is labled like Counsellor1Appppontment1, Counsellor1Appointment2,...

Thanks for all your help everyone!

Posted (edited)

Hi, lonjim2!

Create one layout with all your fields then script near:

Go To Field Counsellor1Appppontment1

Loop

SetField[,text]

Go To Next Field

ExitLoop if Status(CurrentFieldName)="Counsellor1Appppontment1"

EndLoop

Edited by Guest

This topic is 6964 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.