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 MikeeOK 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: hawg9
  • Content: Threads
  • Order by date
  1. hawg9

    Delete Query

    I have a set of values in table NPANXX and need to delete records in Table 2 where Field A in NPANXX equals Field B in Table 2.
  2. hawg9

    Formatting a Date field

    I have a date field that is showing dates in the following format: 1/9/2006. I need it to show with a two digit month and day and then be converted to YYYYMMDD format.
  3. hawg9

    Adding a set number of days to a date field

    How can I add 30 days to an existing date field
  4. hawg9

    Text field to a Numeric field with a decimal

    I have a text field (0000000.00000) and I need to convert it to a numeric field. I have tried Int(Field Name) and set the properties to Fixed with a decimal value of 5. When it converts, it places all 0's after the decimal point.
  5. hawg9

    Date Difference

    I have 2 fields that contain dates that are text fields. How can I calculate the difference between the two dates?
  6. hawg9

    Text field that contains a number

    I have a text field that contains a number and I need to multiply it by 100 but it is returning an error. Other than re-importing the data, how can I get around this error?
  7. hawg9

    Need duplicate records with different field 2 values

    I have two fields (Phone #, add on). I need to create a single record for each phone number and unique add on.
  8. hawg9

    Date Conversion

    I have multiple fields where the date is imported as M/D/YYYY. I need to find a way to convert it to YYYYMMDD.
  9. hawg9

    DateDIff

    I am trying to find the difference between Todays date and another field called Went Negative Date. I have the following code in place but I am receiving an error. Please help me locate the error in my code. =DateDiff("d",[WentNegative],Now())
  10. hawg9

    Using Between or other Logic

    I have one table (Table A) that has a specific id number and then I have another table (Table B) that has multiple records that have ranges of id numbers. (Ex: Value in Table A = 123 Range in Table B = 000 - 120, 125 - 150). Using Access 97, how can I run a query to verify the values in...

Part and Inventory Search

Back
Top