hi..
i have already tried the add record button, but that wont work for me, as everytime i click it, it blanks out the form and asks the user to enter in new data.
my question is in two parts..
first part is,
i want to have a form w/various fields in it. name, acc #, checking balance, saving balance. (i know that the design is terrible, but i cant come up w/a better example for now,, this is just an example)
so, i want my form to be dummy proof. wat was happenning is that when different ppl entered names, they entered all kinds of funny stuff which screwed up the database. so, i want to have a dropdown menu for the name. all good up till now, i noe how to create a drop down menu, and have done it successfully. now, each customer can have as many as 20 accounts. and even the account numbers are 15 digits long. so i also want to make the account numbers a dropdown menu based on wat was selected in the customer field.
somethin like..
select myTable.customerAccNum
FROM myTable
WHERE customerName = "wateverWasSelectedInTheCu
stomerComb
oBox"
how can i accomplish this?
the 2nd part of the question is..
when the first part is resolved, and all the data is bein nicely inputted into the form i want to have a save button. wat this save button does is that it takes all the data thas currently in the form and add its to myTable. I dont want to use access' Add Record button, because everytime i click on that, it empties the form and asks the user to enter new information. i want the user to enter the least amount of information, at least as far as the primary keys are concerned.
any ideas??
just so the experts know, i also have another question open which is worth 250 points (it essentially contains the same material as this), but no one has been able to give an appropriate answer so far.. so if someone can answer this, and post the same answer to that question, i'll award all 600 points to u...
help much appreciated.. have to sorta get this done by monday..
cheers