Ms access VB query?

mcclunyboy

Registered User.
Local time
Today, 05:02
Joined
Sep 8, 2009
Messages
292
Hi,

I have a VB module in one of my databases..it contains a few parameters, variables etc etc...

My query -> If I create a form with a few textboxes on, I want to be able to display the variables from the VB Module and all the users to update these? Is this possible or is it better practice to save the variables in a table and re-code my module (not sure how I will do that..its a copy from a downloaded access db)...

basically It contains some file paths - I want the user to be able to change these paths if and when required.
 
I would either create a table/form and save the required info there or save them as database properties.
 

Users who are viewing this thread

Back
Top Bottom