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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reset Integer Value to Null 1

Status
Not open for further replies.

SgtJarrow

Programmer
Apr 12, 2002
2,937
US
Search feature is down right now.....

Using Access 2000...have about 150 integer variables ina declarations statment.

Looping through several thousand records at a time.

During processing, some of the variables are set to certain values. When the next loop starts, I need to reset all the variables to Null....can't use 0 as this is a valid number.

I wanted to stay with integers but will chnage my variables to variants if necessary.

Anyone know a way to reset an integer to a Null state??? Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Albert Einstein)

Robert L. Johnson III, MCSA, MCP, Network+, A+
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com
 
yep....already changed the code.....thanks anyway. Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Albert Einstein)

Robert L. Johnson III, MCSA, MCP, Network+, A+
Access Developer/Programmer
robert.l.johnson.iii@citigroup.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top