PDA

View Full Version : ado


sinhuei
09-27-02, 16:01
hi there...pls help me on this. im using vb, ado. there r two forms. form1 n form2. let say in form1, i'd fill up all my customer particular.then i click on cmdButton1. all particular will be saved into my database. then i'll log into form2. wut i wanna do is to bring along all particular from form1 to form2. pls teach me how to do this..thankx (urgent!!!)

rnealejr
09-27-02, 19:55
What do you mean by logging into form2 ?

sinhuei
09-28-02, 02:30
let say...in form 1 the staff fill in customer name,phone. these particular will be saved into the database.n vb will bring me to form 2. in form2, i want all these customer particular to be shown here.

rnealejr
09-29-02, 15:09
Will form2 already exist and will it only be created after the user completes the entries into form1 ? How is form2 being invoked - show the code you are using to display form2 ? Are you calling it from form1 ? How many concurrent users will be entering data and sending it to the database ? Will form1 still be available once form2 exists, or will it be destroyed ?