Read Only Form

  • Thread starter Formulario de Solo Lectura
  • Start date
F

Formulario de Solo Lectura

I have a 2GB db on table format which as you may know is too heavy for making
a simple CTRL+F search . My computer always gets stocked when I try to do a
search. I would like to create a form where I can view all the customer
relatedinformation (first name, last name, id number, address, telephone
number) by keying for instance the ID number but without opening the main
table.

In other words, the user will feed all the fields in the form by keying IN
the ID NUMBER and pulling in the customer information related to the database
id number. The purpose of this form is to view all the customer related
information without needing to open the main table.

ID NUMBER: 8-349-844
FIRST NAME:
LAST NAME:
PHONE:
ADDRESS:
 
J

Jeanette Cunningham

If you are asking how to make the form read only, there are a couple of
ways.

DoCmd.OpenForm "frmTheForm, , , , acReadOnly

Another way is to lock all data editing controls on the form.

Jeanette Cunningham

"Formulario de Solo Lectura"
 

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

Similar Threads


Top