How to do add my own lable and control in a form?

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

Guest

I am creating a form for customer database, I dunno how to add an item like,
"Speak Basic English: Yes/No" <-this is one of the data that I would like to
add.
Thanks!
 
Christy

Open the form in design mode.

Display the Toolbar.

Select the type of control you wish to use (?perhaps a checkbox?) by
clicking on it.

Click on the form approximately where you want the control.

Modify the label that accompanies the control.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
You don't say if this is an existing db. If it is, assuming you want to
store this bit of info with the rest of the customer info, you will first
have to add a field in your table. You can set the data type to Yes/No or an
integer. I prefer an integer (Yes=-1 and No=0.) Then follow Jeff's
instructions for adding the field to the form. You will need to set the
control source to the new field.
 
Jeff Boyce said:
Christy

Open the form in design mode.

Display the Toolbar.

I'm guessing the above "toolbar" should be "toolbox". Just close enough to
maybe be confusing.

CW
 

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