Data Entry & Verification

  • Thread starter Thread starter lrnathantrc
  • Start date Start date
L

lrnathantrc

Thanks in advance.

I had created table1 for data entry and created the table2 for the second
entry and I want to check the fields individually from the table2 and edit
the same at "lostfocus" event or "enter" event for the Text Boxes. I need
the vba code can anyone help.

I am badly need of the same.
 
Are you entering data directly into the table ? or are you using a form or
query
 
I am using a form for data entry and an another seperate form for data
verification. For the verification form I am using the table 2 as the
source table.
I am selecting a record using SQL select from the Primary key value as input
thru input Box from table1. I am entering the data to the verification form
and want to verify for each field after lostfocus or enter events of textbox.

thanks

Wayne-I-M said:
Are you entering data directly into the table ? or are you using a form or
query
Thanks in advance.
[quoted text clipped - 4 lines]
I am badly need of the same.
 
dear Sir/madam,

Is there anybody can answer my request.

thanks and regards
L.Ranganathan
I am using a form for data entry and an another seperate form for data
verification. For the verification form I am using the table 2 as the
source table.
I am selecting a record using SQL select from the Primary key value as input
thru input Box from table1. I am entering the data to the verification form
and want to verify for each field after lostfocus or enter events of textbox.

thanks
Are you entering data directly into the table ? or are you using a form or
query
[quoted text clipped - 4 lines]
 

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


Back
Top