T
twalsh
Ok, slowly learning more about all of this...
I have a form featuring Employee Profiles (attached to tblProfiles) that is
filtered down to a single employee.
I have a command button that opens a new form to enter a Time Clock Issue
which is attached to a different table (tblClockIssues)
The common fields are "Employee ID" "First Name" "Last Name" and "Badge ID".
So now when i click the command button the form opens and jumps to a new
record. I want the fields listed above to auto populate since the profile
form is already filtered down to a single employee. If i can just
auto-populate one field, i can run an update query for the rest i'm sure.
I have a form featuring Employee Profiles (attached to tblProfiles) that is
filtered down to a single employee.
I have a command button that opens a new form to enter a Time Clock Issue
which is attached to a different table (tblClockIssues)
The common fields are "Employee ID" "First Name" "Last Name" and "Badge ID".
So now when i click the command button the form opens and jumps to a new
record. I want the fields listed above to auto populate since the profile
form is already filtered down to a single employee. If i can just
auto-populate one field, i can run an update query for the rest i'm sure.