Heatshiver
Registered User.
- Local time
- Tomorrow, 01:07
- Joined
- Dec 23, 2011
- Messages
- 263
I need to upload a database to Sharepoint, so essentially I have no relationships, just LookUp Fields.
I have two tables, both sharing the Report Number field, datatype AutoNumber.
I want to have the Report Number on the first form displayed. Once the user has finished filling out information they can click a button to go to the second form. The Report Number will no longer be displayed, but the forms will all be part of the same report.
I need to have a simple way (w/o VBA) to transfer the value of the Report Number to the second form so that it knows it is all part of the same report.
I know that I can create a drop-down box so the user can select the Report Number, but my fear is that if there is a lot of reports (and there will be) that they could potentially forget what Report Number is being used and start filling out the wrong one.
Is there a way to carry the Report Number value over to the next form simply? Maybe a macro could do this?
Thank you.
I have two tables, both sharing the Report Number field, datatype AutoNumber.
I want to have the Report Number on the first form displayed. Once the user has finished filling out information they can click a button to go to the second form. The Report Number will no longer be displayed, but the forms will all be part of the same report.
I need to have a simple way (w/o VBA) to transfer the value of the Report Number to the second form so that it knows it is all part of the same report.
I know that I can create a drop-down box so the user can select the Report Number, but my fear is that if there is a lot of reports (and there will be) that they could potentially forget what Report Number is being used and start filling out the wrong one.
Is there a way to carry the Report Number value over to the next form simply? Maybe a macro could do this?
Thank you.