I'm almost finished and then...
I need to have a form that validates the user from a table. That works fine. I have front ends at 6 different computers that are linked to the database on the local server. I need to know who is logged into the system so I can do updates. I thought I'd put a tbl_local_user at each database, and from the Admin set up I would link to each table and I always know who is logged in.
I can't figure out how to write to a second table from the same form (Ignorant, I know...). I can use a query as a way to join both tables, but they don't have anything in common. I forced a join property, but I hope there is some syntax (like there was in DBIV) to open a table, delete the last record (when they log off), add a record when they log in.
Can you help me...
Thanks
Paul
I need to have a form that validates the user from a table. That works fine. I have front ends at 6 different computers that are linked to the database on the local server. I need to know who is logged into the system so I can do updates. I thought I'd put a tbl_local_user at each database, and from the Admin set up I would link to each table and I always know who is logged in.
I can't figure out how to write to a second table from the same form (Ignorant, I know...). I can use a query as a way to join both tables, but they don't have anything in common. I forced a join property, but I hope there is some syntax (like there was in DBIV) to open a table, delete the last record (when they log off), add a record when they log in.
Can you help me...
Thanks
Paul