Set CBO default in subform?

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

Guest

I have a CBO in a subform that will not allow me to set its default. I have
tried =[pending], [pending] etc and nothing works. All I want it to do is set
to pending if null.

Any ideas from the gurus out there?
 
Your brackets tells Access you want to use the data from an object named
pending.
Try using quotes like --
"Pending"
 

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

Back
Top