G
gmazza via AccessMonster.com
Hey there,
I am trying to get a certain value from a recordset on my On Open event of my
form but I am not sure how to do it.
Here is a sample of my table called Criteria:
Title(yes/no) Criteria(text)
yes Activity
no Activity 1
no Activity 2
no Activity 3
So in my code I need to go through the criteria table and if Title is yes, I
need to Display the Criteria in bold.
If the Title is no, I need to just display the value.
Right now I have it so it goes through my recordset, but when it gets to
Title, I don't know how to make it display the next field's(Criteria) value,
which is Activity.
Once I get to Criteria, its easy to display, but I need to know if Title
before it was yes or no.
I hope I am making sense, thanks for your help in advance, it is appreciated!
I am trying to get a certain value from a recordset on my On Open event of my
form but I am not sure how to do it.
Here is a sample of my table called Criteria:
Title(yes/no) Criteria(text)
yes Activity
no Activity 1
no Activity 2
no Activity 3
So in my code I need to go through the criteria table and if Title is yes, I
need to Display the Criteria in bold.
If the Title is no, I need to just display the value.
Right now I have it so it goes through my recordset, but when it gets to
Title, I don't know how to make it display the next field's(Criteria) value,
which is Activity.
Once I get to Criteria, its easy to display, but I need to know if Title
before it was yes or no.
I hope I am making sense, thanks for your help in advance, it is appreciated!