Set CBO default in subform?

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?
 
G

Guest

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

Top