T
TC
Most of what you ask can be done using the standard (default) features of a
normal Access form. With the exception of your combo box thing, you need not
write any code (DoCmd, FinfFirst etc.) or SQL at all.
Try this:
- create a simple table & add some records to it;
- use the Form Wizard to create a default form for that table;
- play around with that form. You will see that it can add, edit, delete or
find records without the need for any code.
HTH,
TC
normal Access form. With the exception of your combo box thing, you need not
write any code (DoCmd, FinfFirst etc.) or SQL at all.
Try this:
- create a simple table & add some records to it;
- use the Form Wizard to create a default form for that table;
- play around with that form. You will see that it can add, edit, delete or
find records without the need for any code.
HTH,
TC