Results 1 to 2 of 2

Thread: Adding to database **RESOLVED**

  1. #1

    Thread Starter
    Lively Member brjames's Avatar
    Join Date
    Jan 2000
    Location
    Tenby, Wales, UK
    Posts
    121

    Adding to database **RESOLVED**

    I want to add items to a database. I have a form with some txtboxes on it which are bound to a database. When the form opens up, the records in the database are showing in the textboxes bound to them. I want these to be empty but ready for information to be stored in them.

    How can I open the form without the contents of the database showing in the textboxes and therefore not allowing the user to enter data manually??
    Last edited by brjames; Jan 15th, 2003 at 05:10 AM.
    Brjames
    Webmaster and Crewmember
    www.tenbyrnli.co.uk

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    In the top thread in this section read my ADO tutorial.

    Then simply dont bind the controls to the recordset until you add the record.
    You'll understand once you've read it.

    Good luck.
    b

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width