T
Teddy
I am trying to create a form that will organize my records by today’s date
and perform these functions below. I need the most help setting up the
tables, can you guide me.
Field1 : Drop down list with 6 different activities to choose from.
Field2: Default today’s date
Field3: enter Quality of experience (ranges from 1 to 10)
Field4: Drop down list with different times to choose from 5 min, 10 min, 15
min, 20 min, 25 min, 30 min
Field5: labeled completed, has a check box/ Yes or No
This is how I have my table is currently set up, but I am not able to get
the results I am looking for when I create the form
tblActivity --
ActivityID - Autonumber - primary key field
ActivityType -
ActionDate - DateTime datatype - default =Date()
Quality -
Duration -
Consistency -
and perform these functions below. I need the most help setting up the
tables, can you guide me.
Field1 : Drop down list with 6 different activities to choose from.
Field2: Default today’s date
Field3: enter Quality of experience (ranges from 1 to 10)
Field4: Drop down list with different times to choose from 5 min, 10 min, 15
min, 20 min, 25 min, 30 min
Field5: labeled completed, has a check box/ Yes or No
This is how I have my table is currently set up, but I am not able to get
the results I am looking for when I create the form
tblActivity --
ActivityID - Autonumber - primary key field
ActivityType -
ActionDate - DateTime datatype - default =Date()
Quality -
Duration -
Consistency -