hemolytucus
Registered User.
- Local time
- Tomorrow, 09:57
- Joined
- Feb 20, 2014
- Messages
- 12
Hi All,
I am Access noobie. I am creating a form that searches customers by suburb. My table structure is like this
tblCustomer tblPostCode
CustomerID
CustomerName PostCodeID
PostCodeID(FK) SuburbName
My question is how do i create a form that asks the user to input the suburbname and searches the customer belonging to that suburb based on their postal code? I have made a query that is attached to the textbox and a command button that opens the customer's table but it is displaying all either all records or none at all. I'm thinking its something to do with the where condition
Any help will be greatly appreciated
I am Access noobie. I am creating a form that searches customers by suburb. My table structure is like this
tblCustomer tblPostCode
CustomerID
CustomerName PostCodeID
PostCodeID(FK) SuburbName
My question is how do i create a form that asks the user to input the suburbname and searches the customer belonging to that suburb based on their postal code? I have made a query that is attached to the textbox and a command button that opens the customer's table but it is displaying all either all records or none at all. I'm thinking its something to do with the where condition
Any help will be greatly appreciated