Hey again ppl!
My brain is blowng up with all the stuff im learning this week!
So Im looking to learn a... procedure that I see HEAPS. I dont really have a good use for it right now but i have an example of how you use it. Its very common.
Lets say i have
Table [Customer]
with {LastName} {Address} {SuburbID}
and table [Suburbs]
with {SuburbID}, {SuburbName} and {Postcode} in it
I have made a form based on [Customer] and i have an unbound txt box.
I currently can use that txtbox... [txtSuburbName] to generate a list of suburbs with that spelling (eg. lee brings up Leeming adn other Lee words.)
I can get that part working.
I can also get double clicking the suburb in the list box I want to use to allocate its [SuburbID] field to the [SuburbID] field on the form page.
so now i have a search box which works and it finds the suburbID i need, but i want THAT box to show the suburb of the customer if they already have it entered...
So i want it to be a bound search box ...?
Maybe making the default value a dlookup function??