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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mlstewart
  • Content: Threads
  • Order by date
  1. mlstewart

    Grouping data from different fields together

    Here are my fields: Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3 Desc1 goes with Amt1 Desc2 goes with Amt2 Desc3 goes with Amt3 All of these are saved in one record. In the table it will look like this with several records: Month Desc1 Desc2 Desc3 Amt1 Amt2 Amt3...
  2. mlstewart

    Office XP Developer error - Needing NT SP 4.0 ver. 6 or later

    I've packaged a database using Office XP Developer. It installs perfectly on some computers but on a couple of computers it won't install because it says that the user needs NT 4.0 Service Pack 6 or later. Does anyone have any suggestions or know a way around this? I'm a XP Developer beginner...
  3. mlstewart

    =Trim problem using the packaging wizard in XP developer edition

    I posted this question in a different forum yesterday but have had only one reply. I need help fast with this one so I am posting in here as well. I've included the only reply I've gotten as well. I've created a database where I use the Trim feature quite a bit (especially in mailing...
  4. mlstewart

    =Trim problem

    I've created a database where I use the Trim feature quite a bit (especially in mailing address). Everything was working perfectly. I packaged the database with a run-time version of Access using the packaging wizard in the XP developer's edition. Now, it is like Access doesn't recognize...
  5. mlstewart

    Error while installing Access Run-time

    I bought the XP developer's edition so that I could package the run-time version of Access with a database I created. I used the packaging wizard and packaged it all together on a CD-ROM. I didn't have any problems doing all of that. Actually it was fairly simple. I gave the CD to someone to...
  6. mlstewart

    calculating dates 30, 60, & 90 days in the future

    I've got a database that was set up for people that are admitted to a nursing home. These are the fiels: FirstName LastName DateAdmitted They have a form where they enter the data for those three fields. That part is fine. The people at the nursing home want to add some fields that will show...
  7. mlstewart

    Getting a String from a table using VBA

    I've got a form "AllowEntryForm" and upon loading, I want to do this: I've got a table called "IDTable" and in that table is a field called "ID" where a string will be stored. I want to get that string in the IDTable and compare it to another string (PassCode). If they match then the form...
  8. mlstewart

    Export data from Access to a webpage

    When a user opens my database for the first time, it opens a form and it displays a database id number that I assign the database (Ex: DatabaseID = 10001). On this form there is also a link to a webpage where the user has to type in the DatabaseID inorder to receive the additional info they...
  9. mlstewart

    VBA to get info entered in a text box by user

    I've got a text box named ActivationCodeBox on a form where the user will enter a string of characters (numbers or letter) and then click the Enter button. Currently the text box is Unbound. I want the string of characters entered by the user to be compared to a variable called EntryCode. If...
  10. mlstewart

    VBA for If / Else If

    Right now I have a form that displays the MAC address in a label called MACAddressLabel and it displays the Computer Name in a label called ComputerNameLabel. Complements of SonOfEmidec1100, this is how I am displaying my Computer Name mystring = Environ("ComputerName")...
  11. mlstewart

    VBA to increase the Computer Name by 1 letter or number

    With help from some of the other memebers, I've got my database set up so that when a certain form opens, it displays the computer name in a label. Can someone help me out with some VBA code that will increase/increment the computer name by 1 letter or number? For example, if the computer name...
  12. mlstewart

    Extracting Computer Name using VBA

    I've got a database where I want to extract the Computer Name of the computer the database is being used on. I am looking for some VBA code that will do this. Any help on this will be greatly appreciated. Thanks, ML
  13. mlstewart

    database protection question

    Does anyone know if it is possible to do this with a database: When someone opens a database for the first time, it opens up the Main Form but there will also be a small pop-up that is prompting them for an activation code. I want it to be something like a one time code (or password) that they...
  14. mlstewart

    Prevent users from sharing a database

    I've created a database that I want to burn on a CD and sell. I know I can't prevent someone from burning a copy of the CD but I am looking for a way to prevent one customer from purchasing the database and handing out burned copies of the database to others. Simply setting a database password...

Part and Inventory Search

Back
Top