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 sizbut 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: WoG18
  • Order by date
  1. WoG18

    Trying to convert a Double to Integer

    I wrote a query to convert a double data type to an integer on the fly (In the Field area I call: (Expr1: dti(APPLICANT))) here is the VBA: Public Function dti(intExp) Dim newInt, id id = intExp newInt = CInt(intExp) dti = newInt Return End Function I keep getting an overflow error...
  2. WoG18

    Report expression errors

    I am trying to build a report from 4 different tables. They all have the same fields, but they are 4 different "years". (yeah- I know- I didnt design it) There are ID's associated with different dollar amounts. What I need is a report that shows the ID's with each "years" data per line...

Part and Inventory Search

Back
Top