Default to data in a different table?

F

Flopbot

I know this might seem technically wrong and therefore, I haven’t found
advice on how to do it on these postings. I have an Access 03 table
“EventTable1†with fields “StartTime†and “EndTimeâ€. These times are the
actual times of our events. I have another table “StaffTable1†with fields
â€ActualStartTime†and “ActualEndTimeâ€. I want to track all these times in
the table and want the actual start/end time fields to default to the
start/end time fields. Many times they’ll be the same, but sometimes they
won’t. Any simple ways of doing this using the default value in table design?

Thank you!
 
P

PieterLinden via AccessMonster.com

Flopbot said:
I know this might seem technically wrong and therefore, I haven’t found
advice on how to do it on these postings. I have an Access 03 table
“EventTable1†with fields “StartTime†and “EndTimeâ€. These times are the
actual times of our events. I have another table “StaffTable1†with fields
â€ActualStartTime†and “ActualEndTimeâ€. I want to track all these times in
the table and want the actual start/end time fields to default to the
start/end time fields. Many times they’ll be the same, but sometimes they
won’t. Any simple ways of doing this using the default value in table design?

Thank you!

Do it in the form. You can set the defaults using a function or dlookup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top