I am building a basic input and save database system with Microsoft Access 2007. How do I design a form that allows me to input the record and save it in form format? I already know how to add the input boxes and things like that, I dont have to go through Visual Basic with this do I?
Microsoft Access Form Database?software
If you build a form that is bound to a table or an updatable query, then ''saving'' is Access is automatic. In your form properties, the 'Record Source' property should be set to the name of your table. Then your 'input' text boxes have their 'Control Source' property set to the field names in the underlying table.
You don't have to go to VB for this.
Microsoft Access Form Database?vincent
If you look at Access properly, you will see a forms tab. Use the form wizard to create forms from your tables, then modify them to suit your purpose.
i dont know, ask geeksquad
No comments:
Post a Comment