Trying to pass my projectID field to my next form in sequence. But the following form seems to write a new record.
I have it set up with a switchboard for mainly navigation purposes. The users will navigate through forms according to the request (logo, writing, event and such) On the main form users enter general info about the request and then they have options to navigate to the next form based on the request type. Each request type has a command button for an option taking the user to the next form. But when I enter data in the main form and then move to a request type it simply starts a new record.
I have tried setting the value of the projectID on the request type forms to = the value of the projectID on the main form but no luck.
the projectID field is autonumber could this be the problem? Also I found that it is impossible to search on the autonumber field.
Thanks.
I have it set up with a switchboard for mainly navigation purposes. The users will navigate through forms according to the request (logo, writing, event and such) On the main form users enter general info about the request and then they have options to navigate to the next form based on the request type. Each request type has a command button for an option taking the user to the next form. But when I enter data in the main form and then move to a request type it simply starts a new record.
I have tried setting the value of the projectID on the request type forms to = the value of the projectID on the main form but no luck.
the projectID field is autonumber could this be the problem? Also I found that it is impossible to search on the autonumber field.
Thanks.