G
Guest
Hi everyone, I am new in access, I am trying to set up some type of
authentication method for end users to access their records. More detailed, I
am setting up a time card data base, but I would need to have every end user
enter their full name and Password before they can see and add data to their
time card. The user name and password are in a table called Employee
information and the time record is in a table called timecard, the
relationship is thru full name field. I created a query with both tables, in
the last name field (Employeed info table) I used the Like criteria, and also
did the same in the password field, this worked except that my time card did
not populated the last name field (from the timecard table).
I now for sure there must be a little VB code to validate these fields, I am
not a programmer .. yet. I hope there is someone out there with an idea.
Thank you
authentication method for end users to access their records. More detailed, I
am setting up a time card data base, but I would need to have every end user
enter their full name and Password before they can see and add data to their
time card. The user name and password are in a table called Employee
information and the time record is in a table called timecard, the
relationship is thru full name field. I created a query with both tables, in
the last name field (Employeed info table) I used the Like criteria, and also
did the same in the password field, this worked except that my time card did
not populated the last name field (from the timecard table).
I now for sure there must be a little VB code to validate these fields, I am
not a programmer .. yet. I hope there is someone out there with an idea.
Thank you