P
pcstechnical.sfhs
I want to assign a value in a form to a value from another table.
I want to be able to do this for many forms (using the same value from
that table).
Why? Well, here is the setup:
I have a login screen in the beginning (has a combo for the usernames,
and text for the passwords). I have another table (table1) the records
what username you selected. I want to use that value, and use it as
the default value for the "Name" fields in forms the individual will
use (that way they don't have to type in their name, and/or have a
combo to select their name (where they can lie and chose someone elses
name)). And I would like to be able to do this for a bunch of
different forms.
Ideas?
P.S. I'm just a beginner, so I'm not very proficient at VB, so if you
use it as your solution, a little explanation of what is doing what
would really help me out. Thanks.
I want to be able to do this for many forms (using the same value from
that table).
Why? Well, here is the setup:
I have a login screen in the beginning (has a combo for the usernames,
and text for the passwords). I have another table (table1) the records
what username you selected. I want to use that value, and use it as
the default value for the "Name" fields in forms the individual will
use (that way they don't have to type in their name, and/or have a
combo to select their name (where they can lie and chose someone elses
name)). And I would like to be able to do this for a bunch of
different forms.
Ideas?
P.S. I'm just a beginner, so I'm not very proficient at VB, so if you
use it as your solution, a little explanation of what is doing what
would really help me out. Thanks.