PDA

Click to See Complete Forum and Search --> : More Access, Less VB


FDR
Aug 12th, 1999, 10:22 PM
Hi, okay, I'm sorry, but this is more of an Access question than a strictly VB one, but I'm using the Access for my VB App, so I guess it kind of counts.... ;-)

I'm using a query to perform some calculations for me in Access, it tends to return a "Double" data type and I really wan to use an integer. Can anyone make any suggestions on how to convert these?

Or should I give up on using a query and doing everything via VBA instead?

FDR

Traci Thomason
Aug 13th, 1999, 01:14 AM
I belive you will need to set the form or report text box (which ever you are using your query for) to the format you wish.