G
Gina
I am having big problems with this because I basically don't understand how
to code at all.
What I have is a little db that has a a notinlist situation.
In tbl_equipment there is a key consisting of the following two fields
Building
Equipment
In tbl_tasklist in I have a lookup to tbl_equipment
SELECT Tbl_Equipment.Building, Tbl_Equipment.Equipment FROM Tbl_Equipment
ORDER BY [Building], [Equipment];
This field is limited to list.
Then I made two forms:
Frm_Tasklist and Frm_Equipment
I'm trying (and failing) at creating code for when Frm_Tasklist is open, and
a new piece of equipment is typed in to the Building-Equip field, how to get
it to add/update.
I've tried reading the access-help information, and I keep messing up.
Any help is greatly appreciated.
to code at all.
What I have is a little db that has a a notinlist situation.
In tbl_equipment there is a key consisting of the following two fields
Building
Equipment
In tbl_tasklist in I have a lookup to tbl_equipment
SELECT Tbl_Equipment.Building, Tbl_Equipment.Equipment FROM Tbl_Equipment
ORDER BY [Building], [Equipment];
This field is limited to list.
Then I made two forms:
Frm_Tasklist and Frm_Equipment
I'm trying (and failing) at creating code for when Frm_Tasklist is open, and
a new piece of equipment is typed in to the Building-Equip field, how to get
it to add/update.
I've tried reading the access-help information, and I keep messing up.
Any help is greatly appreciated.