darkstar257
Registered User.
- Local time
- Today, 01:00
- Joined
- Jan 6, 2011
- Messages
- 77
I'm trying to create a unit converter with the ability to create new conversions.
The Access environment of course allows us to go create code in Visual Basic and that correlates to Access's GUI environment. Is there a way for user input from Access fields to be brought into the Visual Basic editor as code?
Such as a simple conversion relation as :
F = mass*acceleration
This would be in the form of: value = variable(operator)varabie(operator)...etc.
I would need to be able to input values of an various number of variables and operators in Access and have that be created as code in its corresponding code for its own form or another form.
The Access environment of course allows us to go create code in Visual Basic and that correlates to Access's GUI environment. Is there a way for user input from Access fields to be brought into the Visual Basic editor as code?
Such as a simple conversion relation as :
F = mass*acceleration
This would be in the form of: value = variable(operator)varabie(operator)...etc.
I would need to be able to input values of an various number of variables and operators in Access and have that be created as code in its corresponding code for its own form or another form.