Search results

  1. J

    A good tabstrip control?

    That's a great link and they have some great products. The tab control they offer also has problems with adding controls that aren't in containers, but they have some good work arounds that can be applied to a number of situations... Thanks, Jenny
  2. J

    A good tabstrip control?

    Thanks for the reply. This is a great link, but the SStab is for VB6.0 and doesn't work in Access. Do you know of any good Access ones? Thanks, Jenny
  3. 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...
  4. 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
  5. J

    Make asterisk appear in textbox when hitting enter?

    Your suggestion does add the asterisk, but doesn't seem to move down a line. What else can be done? Thanks, Jenny
  6. 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
  7. J

    Mystery Msgbox....

    Yes, I agree. I end up spending more time trying to cover every possible scenario to stop users sneaking in bad data, than just programming the DB features... Maybe Access 2003 will bring forth this well needed feature... just maybe... Jenny
  8. J

    Mystery Msgbox....

    Thanks for your responses... But alas, I have found the answer... As this DB is an Access Project, which is using SQL Server as a backend, the tables have a 'trigger' option that allows for further data verification. By right-clicking on the table in the object view, I can add, edit, and...
  9. 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...
  10. J

    MS Access for Mac users?

    Thanks for the info John. Maybe they will make the jump to Access in the future. Jenny
  11. J

    Existing MS Access application for Construction Company?

    Thanks, I'll look into all 3 of those options! Jenny
  12. 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...
  13. 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
  14. 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