G
Guest
I'm trying to create a form which is a culmination of several tables and
queries that you can check certain boxes and it will effect the table that it
originates (for example, if a box is checked, it adds today's date to a table
or query, as well as a value for the checked box). I'm coming across several
problem with this...
1. My form is not interactive. You cannot check a box on the form or select
an item on a drop down list. My form is not read-only and the objects are all
bound. Am I just building it incorrectly, or telling the information to do
the wrong thing? Should I have the box bound to a blank table and when the
box is checked, it will take all the information and add it to the table? I
tried searching the help and my Access Bible, but I don't even know where to
begin to look for that...
2. Does the Date() function always keep the same date when in use, or can I
have it so, as above, if you select the check box, it will show the date that
the box was selected?
I'm sure I will have more questions, but those will all be posted
seperately...
queries that you can check certain boxes and it will effect the table that it
originates (for example, if a box is checked, it adds today's date to a table
or query, as well as a value for the checked box). I'm coming across several
problem with this...
1. My form is not interactive. You cannot check a box on the form or select
an item on a drop down list. My form is not read-only and the objects are all
bound. Am I just building it incorrectly, or telling the information to do
the wrong thing? Should I have the box bound to a blank table and when the
box is checked, it will take all the information and add it to the table? I
tried searching the help and my Access Bible, but I don't even know where to
begin to look for that...
2. Does the Date() function always keep the same date when in use, or can I
have it so, as above, if you select the check box, it will show the date that
the box was selected?
I'm sure I will have more questions, but those will all be posted
seperately...