Postr is a table with a date field called date. It also has a numeric field called posid. If I use the following code notting is appended:
append from postr for date = ctod("20/12/2002"
However if I use the code below data is appended. Can I not use the code with a date field.
append from postr for posid = 1
I trying to do the following:
append from postr for posid = nTMP and date < ctod(dDATE)
append from postr for date = ctod("20/12/2002"
However if I use the code below data is appended. Can I not use the code with a date field.
append from postr for posid = 1
I trying to do the following:
append from postr for posid = nTMP and date < ctod(dDATE)