N
NightLord
I want to create a self-contained program/database that works like so:
User(s) is presented with an initial screen that looks like a Form. This
form will contain various input fields. Some will be drop-down selection,
others they will input information manually.
The drop-down selections will pull from the database, which is also updated
when the form is filled out.
The point being, the database contains information already: I may have an
entry for Bob with his address, phone number, ect. That information is
already sitting in the database. The point of the form is so that the next
time I deal with Bob, I can input that information (time he called, day of
the week, phone number he called from, ect.) into the form and have it added
to the database. That's just the form. I then need to be able to go to
another page and be able to sort the information from the database. Thus, I
can sort by phone number and see that both Bob and Mary have called from the
same phone number, or address, ect.
Is this possible with Access, or do I need something more?
User(s) is presented with an initial screen that looks like a Form. This
form will contain various input fields. Some will be drop-down selection,
others they will input information manually.
The drop-down selections will pull from the database, which is also updated
when the form is filled out.
The point being, the database contains information already: I may have an
entry for Bob with his address, phone number, ect. That information is
already sitting in the database. The point of the form is so that the next
time I deal with Bob, I can input that information (time he called, day of
the week, phone number he called from, ect.) into the form and have it added
to the database. That's just the form. I then need to be able to go to
another page and be able to sort the information from the database. Thus, I
can sort by phone number and see that both Bob and Mary have called from the
same phone number, or address, ect.
Is this possible with Access, or do I need something more?