A
ArthurN
Hi,
Sorry, if you find my request kinda stupid, but I'm really stuck, I'm
reading books and help, but I can't find an answer. What I'm trying to do is
to bring 3 tables into one form and to be able to edit them. On of the tables
is a lookup table. Something like this:
tblUsers
userID ! username
-------!----------
1 ! Arthur
tblGroups
groupID ! groupname
--------!----------
1 ! marketing
tblUsersAndGroups -> lookup table
userID ! groupID
--------!---------
1 ! 1
frmUsersAndGroups -> datasheet view
userID ! username ! groupname
-------!----------!----------
1 ! Arthur ! marketing ^ -> this field would have to be a combo box
or drop-down list
How do I achieve this? Do I have to write some ADO RecordSource code behind
the form?
Please help, I'm desperate
Thanks in advance
ArthurN
Sorry, if you find my request kinda stupid, but I'm really stuck, I'm
reading books and help, but I can't find an answer. What I'm trying to do is
to bring 3 tables into one form and to be able to edit them. On of the tables
is a lookup table. Something like this:
tblUsers
userID ! username
-------!----------
1 ! Arthur
tblGroups
groupID ! groupname
--------!----------
1 ! marketing
tblUsersAndGroups -> lookup table
userID ! groupID
--------!---------
1 ! 1
frmUsersAndGroups -> datasheet view
userID ! username ! groupname
-------!----------!----------
1 ! Arthur ! marketing ^ -> this field would have to be a combo box
or drop-down list
How do I achieve this? Do I have to write some ADO RecordSource code behind
the form?
Please help, I'm desperate
Thanks in advance
ArthurN