HowardIsHigh
Technical User
Hi all,
I work on Access 2000 ADP connected to SQL SERVER 2000.
i aim to create a simple form that would be based on a classic
"Customers" table (populated by nearly 700 rows).
The form must be able to edit a Customer's details, previously choosen
from a combobox sorted by customers names.
Then if the user click on a "modify" button, the form will allow edit
mode and a "record" button would be accessible.
I want also the form to permit to create a new Customers using a
"create new" button...
I know I have several ways to do this, but what is the simplest one?
Using only stored procedures to fill my combobox and to update or add
a customers?
Working with views? (the problem is that i cant sort data by using
views...)
Using VBA only? ADO?
How would you do it?
Cheers
I work on Access 2000 ADP connected to SQL SERVER 2000.
i aim to create a simple form that would be based on a classic
"Customers" table (populated by nearly 700 rows).
The form must be able to edit a Customer's details, previously choosen
from a combobox sorted by customers names.
Then if the user click on a "modify" button, the form will allow edit
mode and a "record" button would be accessible.
I want also the form to permit to create a new Customers using a
"create new" button...
I know I have several ways to do this, but what is the simplest one?
Using only stored procedures to fill my combobox and to update or add
a customers?
Working with views? (the problem is that i cant sort data by using
views...)
Using VBA only? ADO?
How would you do it?
Cheers