this seems to be not that bad...
on your form, you can assign buttons to to all the tasks you have listed
below, with the exception of the "call" operation, which can be done easily
as well, in a different way.
How familiar are you wil VBA code? any experience?
when you are in design view of your form, be sure to open your toolbox. this
gives you access to what we need. first we need to create a 'combo box'.
find the combo box control in the toolbox, and then place it in your form.
when you do that, a menu appears, and asks you a question, and select the
bottom option. That should be: find a record on my form based on the value i
select in my combo box. Sounds just like what you need, huh? lol select
that option, and then click 'Next'. Now you want to choose what field you
want to use for the box, like order number or id number, it should be a
primary key that would identify each record, choose that and then proceed.
Adjust the width of the box, then proceed. Give it a name, and then 'Finish'.
Save your form, and then open it in form view, and try it out!
once you do that, we can get to the other stuff!
I would love your help. What I'm working on is a basic "form filler"
program. This particular program is using one table in Access with about 25
fields in a form for data entry. After the data is entered, (on update on
the last field) I need a print option for "all forms" or separate form
controls. At a different time/day it needs to be accessible to "call up" a
particular record to print additional forms for a different contract
transaction without having to handwrite or enter the data again.
The data will merge in Word fine. I just need to put some "bells &
whistles" to make it user friendly without having to click too many times to
get there.
I keep reading and trying different things but am totally confused right
now. Thanks for any help you can give or direction to go in.
when you create a dialog box ( i am assuming you mean a combo box?) you are
assigning or manually entering the data that is supplied. When you use that
[quoted text clipped - 13 lines]
design view with control buttons, do I need to call the data screen prior to
opening the dialog box?