B
binary intelligence
Hello everyone. I am currently working on a project and need some help.
I have 4 tables that have 5 fields…
Table 1
Tbl1_id (autonumber) primary key?
Date (date\time)
Tbl1 list box 1 (text)
Tbl1 list box 2 (text)
Tbl1 obj1 quantity (number)
Table 2
Tbl2_id (autonumber) primary key?
Date (date\time)
Tbl2 list box 1 (text)
Tbl2 list box 2 (text)
Tbl2 obj2 quantity (number)
Table 3
Tbl3_id (autonumber) primary key?
Date (date\time)
Tbl3 list box 1 (text)
Tbl3 list box 2 (text)
Tbl3 obj3 quantity (number)
Table 4
Tbl4_id (autonumber) primary key?
Date (date\time)
Tbl4 list box 1 (text)
Tbl4 list box 2 (text)
Tbl4 obj4 quantity (number)
Every table I have created so far gets all of its information from the form
the users fill in accept for the id of each table. Right now the users have
to type in the date. Is it possible for the user to choose a date from a
calendar? Or atleast format the date field to display a date as day month
date? I tried to mess around with the formatting but the ddmmyyyy is not
workin. I have learned how to display the information for each field in a
combo box but how do take a say as an example a field that has 3 records used
in a drop down box and record the input selected by the user from the form in
2 different tables? Also how do I make sure that all the data on the form is
kept in the same record if the data is recorded in different tables depending
on what the users selected from the drop box. Am I supposed to link the ID
tbl_id fields for each table or what? So many questions and I even have a
book and still can’t figure it out. I guess that is because the book just
tells what each feature is and not really how to bring data together (I could
be missing something) using all the features of Access. Worst part is that
this is just the tables. I still have to create queries that give the total
for the quantity of items and type of items of each table. I know this plea
for help may seem a lil vague but I cannot explain in great detail what the
data is for sake of security but any feedback would be greatly appreciated.
I have 4 tables that have 5 fields…
Table 1
Tbl1_id (autonumber) primary key?
Date (date\time)
Tbl1 list box 1 (text)
Tbl1 list box 2 (text)
Tbl1 obj1 quantity (number)
Table 2
Tbl2_id (autonumber) primary key?
Date (date\time)
Tbl2 list box 1 (text)
Tbl2 list box 2 (text)
Tbl2 obj2 quantity (number)
Table 3
Tbl3_id (autonumber) primary key?
Date (date\time)
Tbl3 list box 1 (text)
Tbl3 list box 2 (text)
Tbl3 obj3 quantity (number)
Table 4
Tbl4_id (autonumber) primary key?
Date (date\time)
Tbl4 list box 1 (text)
Tbl4 list box 2 (text)
Tbl4 obj4 quantity (number)
Every table I have created so far gets all of its information from the form
the users fill in accept for the id of each table. Right now the users have
to type in the date. Is it possible for the user to choose a date from a
calendar? Or atleast format the date field to display a date as day month
date? I tried to mess around with the formatting but the ddmmyyyy is not
workin. I have learned how to display the information for each field in a
combo box but how do take a say as an example a field that has 3 records used
in a drop down box and record the input selected by the user from the form in
2 different tables? Also how do I make sure that all the data on the form is
kept in the same record if the data is recorded in different tables depending
on what the users selected from the drop box. Am I supposed to link the ID
tbl_id fields for each table or what? So many questions and I even have a
book and still can’t figure it out. I guess that is because the book just
tells what each feature is and not really how to bring data together (I could
be missing something) using all the features of Access. Worst part is that
this is just the tables. I still have to create queries that give the total
for the quantity of items and type of items of each table. I know this plea
for help may seem a lil vague but I cannot explain in great detail what the
data is for sake of security but any feedback would be greatly appreciated.