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 strongm 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: *

  1. Max1mum2

    How to tell if an Option Button is Selected

    Nevermind, I figured out that the Frame housing the Radio Buttons holds the values of the selection. - Maximum
  2. Max1mum2

    How to tell if an Option Button is Selected

    I have 2 Radio Buttons, and once a user clicks a Add Record Button i need my form to do something based on which radio button is selected, but I cannot figure out how to tell. I have tried using the OptionValue option, but the value is always there no matter if the Radio button is selected or...
  3. Max1mum2

    Msg the Current Sub or Function the code is in

    Ah the word cues brought an idea into my head. I will just define the Sub or Function name in a string at the beginning of that sub/function then if a error occurs I can just call my error handler that writes the error to the table, but now i can add the sub/function name!. thanks a lot - Maximum
  4. Max1mum2

    Msg the Current Sub or Function the code is in

    Is it possible to define what sub or function was being executed at the time of an error? - maximum
  5. Max1mum2

    Increment through A-Z

    Great. thanks alot! - Maximum
  6. Max1mum2

    Increment through A-Z

    is it possible to Loop through A-Z rather than 1- 26? - maximum
  7. Max1mum2

    Question about changing a query value without going into design view

    Try putting Between [Start date] and [End Date] into your criteria section for the date field you want to search between. When you run the query it should pop up 2 input boxes for Start Date and End Date let me know if this helps.. there are many ways to do this, but this is the easiest -...
  8. Max1mum2

    Can you pop up the initial network logon form from VBA

    You could use the Registry Key for AutoAdminLogon Open your regedit from Start-Run . HKEY_LOCAL_MACHNINE -SOFTWARE --Microsoft ---Windows NT ----CurrentVersion -----WinLogon Add these string values AutoAdminLogon w/ Value of 1 DefaultUserName w/ Your User Name DefaultPassword w/ Your...
  9. Max1mum2

    Append Row without Confirmation

    How could I do this without the : "You are about the append (x) Rows" Confirmation? DoCmd.RunSQL(SQL) THANKS IN ADVANCE - Maximum
  10. Max1mum2

    Need help Getting Unique Records

    I am trying to Create a Customer Info table. I need a way to extract Just One occurrence of Each customer. Right now there are multiple Exsistences of the same info over and over and I just want to create on Table with the info then a relationship. What would be the best way to go about this...
  11. Max1mum2

    Help with Query

    I got my form working to generate 2 Union Queries. One for Product A and one for product B. but there has got to be a easier way to say " IF A Third TR record Exists Between #1/1/2003# and #3/1/2003# then Pull Data from 1st TR,2nd TR,3rd TR Tables - Maximum
  12. Max1mum2

    Help with Query

    I need some help. Our Database is not normalized at all and We keep track of SN returns with Tables for the Return #. Like 1st TR,2nd TR,3rd TR.. I need a query to pull all information from 1st,2nd,3rd TR tables if it is a 3rd TR and then sort the data like this: Return # Serial Number 1st TR...

Part and Inventory Search

Back
Top