Search results

  1. J

    A good tabstrip control?

    The only tabstrip control that seems to work in Access is the one that comes standard in the tool box. And this one is pretty limited... I've tried all the other nonstandard ActiveX ones that come with Access 2002, and none of them seem to allow you to place any controls on them. Even my...
  2. J

    Make an asterisk appear in a text box when I press enter?

    How can I make an asterisk appear while typing in a text box when I press enter, and also go to the next line. The textbox is actually set as a memo box in my table, and I want to be able to have an asterisk appear after I press the enter key. Any thoughts? Thanks, jenny
  3. J

    Make asterisk appear in textbox when hitting enter?

    How can I make an asterisk appear while typing in a text box when I press enter, and also go to the next line. The textbox is actually set as a memo box in my table, and I want to be able to have an asterisk appear after I press the enter key. Any thoughts? Thanks, jenny
  4. J

    Mystery Msgbox....

    I'm cleaning up a DB for a company and the previous programmer has done a trick I can't figure out... When using the save button on a customer form, a custom dialogue box appears asking me to enter the customer number, if left blank. Where is this dialogue box comming from? Easy right...
  5. J

    Existing MS Access application for Construction Company?

    Is there an existing MS Access application for a Construction Company? Instead of reinventing the wheel, I'm wondering if there is such a program that helps control the flow of information such as inventory, project progress, trades, etc. If not in Access, is there any OTS software that would...
  6. J

    MS Access for Mac users?

    Is there a version of MS Access for MAc users? If so, can an Access program written for PC work in the Mac environment? Thanks, Jenny
  7. J

    Can I use a variable to shorten this: - see message

    Can I use a variable to shorten this: Forms![frmMain]![frmSub].Form![frmSubSub].Form![Field] to something like: variable.Form![Field] What kind of variable would this be and how do I dim it? Jenny
Back
Top Bottom