Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AccessNewbe

  1. AccessNewbe

    I need Help Using Eval( ) in VBA

    Hello earthandfire and PHV, Currently my variables are in a class which contains a group of variables common to all model types. I am passing that class between my various functions as an easy way to share those values. The equation or formula is being read from a text field in a database...
  2. AccessNewbe

    I need Help Using Eval( ) in VBA

    Good morning everyone, Yesterday I decided to try my hand at a quick and dirty parser as Ascentient had suggested. To put the following function in perspective, I had already created a class called clsModelInfo which I am currently using to hold and transport all that common data about a...
  3. AccessNewbe

    I need Help Using Eval( ) in VBA

    Hi Ken, I’ll try to provide some background as to my reasons for wanting to implement this, seemingly crazy, scheme: The system that I am working on is going to cost material and labor in a manufacturing environment. There are certain basic characteristics that all manufactured models share –...
  4. AccessNewbe

    I need Help Using Eval( ) in VBA

    Hello again, Many thanks to both you and Eupher for the quick and helpful replies. Initially I had suspected that I had a scoping issue, as Eupher had suggested, but the other thread, which I noted in my first post, led me to mistakenly believe that the variables needed to be declared in a...
  5. AccessNewbe

    I need Help Using Eval( ) in VBA

    Greetings all, Although I have many years programming and database experience I am a babe in the woods when it comes to working with Microsoft Access and VBA. I am currently developing a prototype for a new system and Access 2003 is the only tool that I have available (long story – don’t ask)...

Part and Inventory Search

Back
Top