csuwildlifer
New member
- Local time
- Today, 14:15
- Joined
- Oct 25, 2012
- Messages
- 2
I have been trying to figure this out for days now, and it must be something simple that i am missing...
I have a form ("FieldChecks") that i enter information in when i am working in the field. There are two different text boxes that identify an individual ('CID' and 'Permit'). [An individual can have either a 'CID' (Customer Identification) or 'Permit' number (or both).] I am trying to set up a button that i click on the "FieldChecks" form that will open another form ("HarvestInfo"), and copy the 'CID' and/or 'Permit' number directly to the corresponding fields in the new "HarvestInfo" form.
Right now, i have tried using the OpenArgs in VBA and messing with the macros, and either get an error message, or the "HarvestInfo" form opens without the 'CID' or 'Permit' numbers.
As a newbie, i have tried to tailor other posts/code to my specific needs without success... some guidance in the proper direction would be much appreciated!
I have a form ("FieldChecks") that i enter information in when i am working in the field. There are two different text boxes that identify an individual ('CID' and 'Permit'). [An individual can have either a 'CID' (Customer Identification) or 'Permit' number (or both).] I am trying to set up a button that i click on the "FieldChecks" form that will open another form ("HarvestInfo"), and copy the 'CID' and/or 'Permit' number directly to the corresponding fields in the new "HarvestInfo" form.
Right now, i have tried using the OpenArgs in VBA and messing with the macros, and either get an error message, or the "HarvestInfo" form opens without the 'CID' or 'Permit' numbers.
As a newbie, i have tried to tailor other posts/code to my specific needs without success... some guidance in the proper direction would be much appreciated!