Highlighting just one record in an unbound form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Long time user of Access, First time programming it.

I have an unbound form that takes employee ID's and work order job
information. When they arrive on the job they call in and I run an app to
enter the timestamp of when they arrived.

I may have a list of employees with jobs. My question is how do I or can I
highlight (Bold) the records that I have already timestamped? I have be
trying to use FontWidth but I keep getting all or nothing Bolded.

I tried to look at the Arrived field and if it has no value yet to regular
text. If it has a value then Bold.

Any suggestions??

Thanks, T.
 
Hello Steve.

Steve said:
Take a look at Conditional Formatting.

that he has an unbound form, so he doesn't mean to
format the fields in a continuous form. Reading an other post in the
microsoft.public.access group, I guess he means formatting a row in
a listbox.
I don't know any way to do this and I think that it's not possible.

"T-man": How does your form "take" information when it's unbound?
 
Back
Top