converting a integer to a long

B

Brad

is there a way to convert an integer to a long. I want to
use FindFirst to find a matching record ID(which is a
long) to a Number(which is an integer) or do i need to do
something else?
 
B

Bas Cost Budde

Brad said:
is there a way to convert an integer to a long. I want to
use FindFirst to find a matching record ID(which is a
long) to a Number(which is an integer) or do i need to do
something else?

You need nothing.

rs.findfirst "recordID=" & yourIntegerVariable

will do fine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top