A
Andy Roberts
I have a continuous form based on a query which pulls TenderID and
TenderSite from tblTenders and ClientName (linked by ClientID) from
tblClients, so I get...
2134 London Client1
2163 Liverpool Client 2
2222 Cardiff Client 1
2345 Derby Client 3
no problem so far.
I want a txt box in the form header above the Tender ID so I can just type a
tender number and the form will filter the results to only show that tender.
I also want a cbo box above the client so I can select a client from the
dropdown (which isn't a problem as this works) and the form will filter
showing only those tenders for that selected client.
Pulling together the txt box and cbo box is fine, but the code required for
the after_update events is driving me insane!
--
Regards
Andy
___________
Andy Roberts
Win XP Pro
Access 2007
Liverpool, UK
TenderSite from tblTenders and ClientName (linked by ClientID) from
tblClients, so I get...
2134 London Client1
2163 Liverpool Client 2
2222 Cardiff Client 1
2345 Derby Client 3
no problem so far.
I want a txt box in the form header above the Tender ID so I can just type a
tender number and the form will filter the results to only show that tender.
I also want a cbo box above the client so I can select a client from the
dropdown (which isn't a problem as this works) and the form will filter
showing only those tenders for that selected client.
Pulling together the txt box and cbo box is fine, but the code required for
the after_update events is driving me insane!
--
Regards
Andy
___________
Andy Roberts
Win XP Pro
Access 2007
Liverpool, UK