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

    What does LEN return?

    I am trying to use the following formula within a query: IIf(IsNumeric([AccountNumber]),IIf(Len([AccountNumber]=10),"1","0"),"0") Ultimately, I am trying to create a case hit that shows that the accountnumber is numeric and is 10 numbers long. I continue to get a Data Match error. I want...
  2. JS1521253

    Need to Compare the format of 2 fields

    I apologize if there is a repeat here, but I've looked for this topic and can't seem to find it. I am trying to find a way to compare fields (both are account id's) from separate sources to see if their accounts id's are in the same format. I picture having a table with the expected format...
  3. JS1521253

    RunSavedImportExport Macro not populating saved imports

    Hello, I am trying to create a macro to import files into my database. I've already been through the hidden action in the Macro settins (Show All Actions), I've digitally signed my database and I've trusted all macros. When I use the Action, RunSavedImportExport, I am required to specify the...
  4. JS1521253

    IIF Statement with OR

    I am trying to write a query that will tag a record if it meets certain criteria. I have a couple different criteria that I want to separate using OR, but I'm not sure how to do this within the select statement. I'm am currently getting "0" or "-1" with the following statement: (...

Part and Inventory Search

Back
Top