Applefritter
Registered User.
- Local time
- Yesterday, 22:13
- Joined
- Jul 22, 2004
- Messages
- 14
Help for the helpless once again.
I have two tables, Log and Sample. The Sample table will only have 2 fields (SampleID and Sample). Its a many to many relationship so I created a simple junction table to link them. On my main Log form (frmLog) I would like one of my yes/no option buttons to open up a subform when "yes" is selected for additional data entry. I assume this should be a simple "On Click" or "On Key Down" event, correct?
How do you create a subform that may or may not have multiple entries? Can I have multiple "Sample" fields on one form or do I have to create a button to add another record? I haven't been able to figure out how to create this simple subform.
Regards,
Sandra
I have two tables, Log and Sample. The Sample table will only have 2 fields (SampleID and Sample). Its a many to many relationship so I created a simple junction table to link them. On my main Log form (frmLog) I would like one of my yes/no option buttons to open up a subform when "yes" is selected for additional data entry. I assume this should be a simple "On Click" or "On Key Down" event, correct?
How do you create a subform that may or may not have multiple entries? Can I have multiple "Sample" fields on one form or do I have to create a button to add another record? I haven't been able to figure out how to create this simple subform.
Regards,
Sandra