Db-why-not
Registered User.
- Local time
- Today, 14:41
- Joined
- Sep 17, 2019
- Messages
- 160
I have a main form that will open up with several bound fields (patient Id, dateUpdated), from a table. Then there are 2 subforms on this main form that will be unbound and will be used for data entry that is related to the bound fields. The data entered in the unbound fields will go into 2 separate related tables. Can I use the same main form, and subforms to create new records and update already existing records? I will have a list of patients from a different form and user will click on the patient number and it will browseto this form with the patientid they clicked on for data entry form with some other fields of data already pre entered. Then on the subforms the user will enter in data and hit a submit button to save the records to the appropriate tables.
Can I use the same unbound forms to Create records, view records that have already been created and then edit also? I want to do multiple things with my unbound forms. Just wondering if its possible and if its a good idea to do it that way. Should I make separate unbound forms for editing old records and separate unbound forms for creating new records. Thanks.
Can I use the same unbound forms to Create records, view records that have already been created and then edit also? I want to do multiple things with my unbound forms. Just wondering if its possible and if its a good idea to do it that way. Should I make separate unbound forms for editing old records and separate unbound forms for creating new records. Thanks.