setting default value for a field on different tabs of a form

J

Julie

I have a form that has multiple tabs. Each tab has a different source for
it's data. These tables keep unrelated information all except for an
EmployeeID field in each that is linked to a lookup table of the EmployeeIDs.
On each tab of the form, I have a combobox where the user selects their
EmployeeID so it is added to the records they enter. I do have it set up so
that, on each tab, the EmployeeID they choose for the first record defaults
for each record thereafter in that particular tab, but they have to choose
their ID on each tab when they go to them. I was wondering if there was a
way I could let them only select their EmployeeID once and it would be
default for all the EmployeeID fields on all the tabs?
Thanks,
Julie
 
Top