Epsilon101
Programmer
Hi, there are a couple of things i am wanting to do, i wanted to ask someone who has most likely done this before some pointers on how to actually do it.
I have a table holding a customers lead info, in this case it is their first name, last name, proposal number (optional), date customer entered into dbase, and a customer ID (just primary key made by Access).
I have 3 other separate tables each related to the customer lead table by the customer ID. These 3 are the details we keep on the customer.
I wanted to work on a form for entering a new customer, where you enter the surname and firstname in separate text boxes, click a button and then it will search the lead table for a record which holds a first name and last name matching what has been entered, then have a msgbox that says existing customers have been found by that name (maybe even a count of how many where found), then an option for the person to create without looking at the ones found, or clicking yes to view them and going to a form with a continous setup for a query that displays these customers with matching names, with just their lead info, and a details button that you can click while the record is selected in the query to view all their details,
so you can check the customer already exists or not.
I also wanted to try and do a form where you can do a search criteria where i have several text boxes where you enter what you want to look for and that filters the search more and more, ie i want to find tom brown, date created 12/05/2004, etc. the more entered the smaller the results will be, to do an accurate search.
Any help on this would be good
Thanks
---------------------------------------
If God is a DJ, Life is the dancefloor, we are the music, then who are the dancers??
.........
Neil
I have a table holding a customers lead info, in this case it is their first name, last name, proposal number (optional), date customer entered into dbase, and a customer ID (just primary key made by Access).
I have 3 other separate tables each related to the customer lead table by the customer ID. These 3 are the details we keep on the customer.
I wanted to work on a form for entering a new customer, where you enter the surname and firstname in separate text boxes, click a button and then it will search the lead table for a record which holds a first name and last name matching what has been entered, then have a msgbox that says existing customers have been found by that name (maybe even a count of how many where found), then an option for the person to create without looking at the ones found, or clicking yes to view them and going to a form with a continous setup for a query that displays these customers with matching names, with just their lead info, and a details button that you can click while the record is selected in the query to view all their details,
so you can check the customer already exists or not.
I also wanted to try and do a form where you can do a search criteria where i have several text boxes where you enter what you want to look for and that filters the search more and more, ie i want to find tom brown, date created 12/05/2004, etc. the more entered the smaller the results will be, to do an accurate search.
Any help on this would be good
Thanks
---------------------------------------
If God is a DJ, Life is the dancefloor, we are the music, then who are the dancers??
.........
Neil