Getting specific value from recordset On Open

  • Thread starter gmazza via AccessMonster.com
  • Start date
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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top