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 Wanet Telecoms Ltd 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: Max1mum2
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. Max1mum2

    Increment through A-Z

    is it possible to Loop through A-Z rather than 1- 26? - maximum
  4. 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
  5. 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...
  6. 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