D
dbarmer
There are probably serveral ways this can be done, however I am having
trouble with them all.
I have a form with preloaded data that can be edited. However, if the data
needs to be changed, then the user should be able to pick the correct
[Employee] in this case.
The field itslef cannot be a lookup because it's tied to a table that is NOT
a lookup field - Nor should it be.
So, I have a command button called "Change Employee Name" where if clicked
will open another form, allowing the user to select an employee in a drop
down box.
Through VBA code, I was trying to update the main form with the new data on
the second open form. I cannot get this to work. There are two fileds on
the main form that need to be updated (an Employee and Employee No)
What is the BEST way to do this? I have come so close to geting it to work,
however it is not quite there. I need a fresh approach.
Can someone help?
trouble with them all.
I have a form with preloaded data that can be edited. However, if the data
needs to be changed, then the user should be able to pick the correct
[Employee] in this case.
The field itslef cannot be a lookup because it's tied to a table that is NOT
a lookup field - Nor should it be.
So, I have a command button called "Change Employee Name" where if clicked
will open another form, allowing the user to select an employee in a drop
down box.
Through VBA code, I was trying to update the main form with the new data on
the second open form. I cannot get this to work. There are two fileds on
the main form that need to be updated (an Employee and Employee No)
What is the BEST way to do this? I have come so close to geting it to work,
however it is not quite there. I need a fresh approach.
Can someone help?