StuartBombay
Programmer
Thanks to direction received on this forum, I now have a customer form with an orders sub-form. They are bound forms, they can be used to look up, change, or add customer and/or orders.
The orders are plaques that can say just about anything on them. I would like to be able to hit a search button on the main form, fill in any part of what any plaque might say, get back a list of orders with that word/phrase. Then, double click each item in the list and have that order show up in my main customer/orders form.
I can picture what I want, but I don't have a solid plan on how to implement it.
The table structure is like this, they are linked by keys and (I think) the relationships are set up pretty solid. -
Company(one) ->
Customer(many) ->
Order(many) ->
Lines(many)
Can anyone provide guidance to get me started on this?
The orders are plaques that can say just about anything on them. I would like to be able to hit a search button on the main form, fill in any part of what any plaque might say, get back a list of orders with that word/phrase. Then, double click each item in the list and have that order show up in my main customer/orders form.
I can picture what I want, but I don't have a solid plan on how to implement it.
The table structure is like this, they are linked by keys and (I think) the relationships are set up pretty solid. -
Company(one) ->
Customer(many) ->
Order(many) ->
Lines(many)
Can anyone provide guidance to get me started on this?