fiordhraoi
MIS
Hi all!
I've been bugging you guys for the past few days. I didn't see anything when I searched, but does anyone know a good little summary (preferably w/ an example or two) on how to reference tables with VB code? For that matter, do you think I can do what I want to do without resorting to the method I'm thinking of?
Here's a simple example of what I want to do: I have a table with the following fields
Customer ID, Customer Name, Account type, Account Balance
I also have a table with the following
Account type, Monthly Credit
Ideally, what I want to do is create a form that will let me push a button once per month, go through my list of customers, and add the appropriate amount of "monthly credit" to their "account balance," based on their account type.
Thanks everyone!
I've been bugging you guys for the past few days. I didn't see anything when I searched, but does anyone know a good little summary (preferably w/ an example or two) on how to reference tables with VB code? For that matter, do you think I can do what I want to do without resorting to the method I'm thinking of?
Here's a simple example of what I want to do: I have a table with the following fields
Customer ID, Customer Name, Account type, Account Balance
I also have a table with the following
Account type, Monthly Credit
Ideally, what I want to do is create a form that will let me push a button once per month, go through my list of customers, and add the appropriate amount of "monthly credit" to their "account balance," based on their account type.
Thanks everyone!