|
-
Sep 6th, 2003, 04:58 PM
#1
Thread Starter
Addicted Member
Adding Supplier to Database
I have created a Database in Access and made a form called Suppliers I am now able to see the existing data and I also am able to modify that data but I cant find no reference on how to delete or add data??
Would someone please help??
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
Sep 6th, 2003, 05:14 PM
#2
Frenzied Member
How, exactly are you seeing and modifying your data. Some control?
-
Sep 6th, 2003, 05:22 PM
#3
Thread Starter
Addicted Member
by using the data control and setting its properties
-
Sep 6th, 2003, 05:58 PM
#4
Frenzied Member
Well, I was just looking around, and didn't actually try it, but it looks like you would use something like
VB Code:
Data1.Recordset.Delete
Data1.Recordset.AddNew
where Data1 is a Data control.
When you add a new form, you can choose to add a "VB Data Form Wizard", the default is to use add, delete etc. buttons. Maybe you can poach some code from there.
HTH,
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|