Use the 2nd form to insert data to uneditable 1st form

  • Thread starter Thread starter New_Project
  • Start date Start date
N

New_Project

I have a form that bound to a query.And I have two
empty txtboxes in that form.I want the user can see the
data but can't editing it.So I set the properties Allow
edit to No.But in some reason I want the user to entering
some information in to the blank txtboxes.But I won't to
put a command button to allow edit when hitted.Cause
there is any possibilities that the user editing another fields.
I think,may be by using another form,so when the user
requested to entering information to the blank txtboxes,the
second form is coming up and when it's done,the
information passed to the 1st form and the records in 1st
form stay uneditable?.How to do that?The expert please help?
 
It would be best NOT to base the form on multiple tables... instead, use
a mainform/subform, which is covered in Access Basics

for better understanding of the basics of Access, download and read this:

Access Basics (on Allen Browne's site)
http://www.allenbrowne.com/casu-22.html
8-part free tutorial that covers essentials in Access

Allen has a wealth of information on his site; after you get to the
bottom of this link, click on 'Index of Tips'

Warm Regards,
Crystal



*
(: have an awesome day :)
*
 
Back
Top