Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset Question ??

Status
Not open for further replies.

vikramonline

Programmer
Oct 14, 2003
186
IN
I have a table in Access with abt 35 fields.

I want to trasmit a record to the server only when the fields required ( almost all of them) are filled otherwise not.

Shd I check each and every field required manually or there is some for each...type of loop or some other easy way of doing this.

Please suggest .

 
just write a WHERE statement in your sql query and prevent it from returning records with empty relevant fields.

Bye

Qatqat

Life is what happens when you are making other plans.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top