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

DATES: how to set value to a blank date

Status
Not open for further replies.

guava65

Programmer
Jul 20, 2001
238
US
I am writing a program where items may be reserved or cancelled. Once an item is reserved it is moved from the inventory file to a reserved file. If the item is cancelled, the item is moved back into the inventory file.

During the move between "inventory" and "reserved" a reserve-date is entered. When I have to move the item back into inventory, I'd like to set the reserve-date field so it is once again blank.


Any help will be appreciated.


Aloha,
cg
 
Hi

Uses Variants;

reserve-date field := NULL; //assign NULL value

mha
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top