Search results

  1. B

    Need help freeing up resources on Windows 98

    Oh darn. Alright then thanks for the help and I will try to figure out someway to get that program working around it
  2. B

    Need help freeing up resources on Windows 98

    Nope I made all forms to the specifications that were given to me.
  3. B

    Need help freeing up resources on Windows 98

    I was wondering if anybody out there knows what code I could use to free up system resources and/or memory running a program under Windows 98. What I am doing is making this program for a company, but the problem I have is one of my forms in Access is using all the available system resources and...
  4. B

    Quick, stupid question for a braindead programmer

    Thank you for that. That is the code that I was looking for
  5. B

    Quick, stupid question for a braindead programmer

    I am trying to remember what code you would use to select how many characters you want out of a textbox. An example would be: I have a text box with the following in it, "141# UP". What could I use to select just the first three characters and toss them into a variable. Then select the remaining...
  6. B

    Getting a hidden text box to display the current date

    I am trying to get a text box that is linked to a table to display the current date when the form loads. Any help would be helpful. Thanks
  7. B

    Adding code to display labels when records change

    I tried that one but my database got locked up. And a question to add is how do you check to see if a field has nothing in it. An example would be: I have 80 text fields that is linked to a table. I have labels that say Pass all the time. What I am trying to do is find the last value entered in...
  8. B

    Adding code to display labels when records change

    I have an inventory database that I made for a company. It is a complex database, but I have most of it figured out. One problem I ran into is the fact that I am trying to make a certain form user friendly by filling in most of the labels and text fields on the form load. The only problem is...
Back
Top Bottom