Hello all, I've having a bit of an issue (again.. why else would I be here? hehe)
WHat I'm trying to do is pull data from one Free Table, and insert it into another table.
Here's the Code:
Use Table1
IF ALLTRIM(upper(left(ThisForm.Combo1.Value, 1))) = "W" then
STORE Table1.Wque TO WorkNum
else &&ok, is an 'X'
STORE Table1.Xque TO WorkNum
Endif
Use Table2
REPLACE Table2.WorkNum WITH WorkNum
BUt these doesn't seem to work.. The reports are returning nothing but blanks...
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?
WHat I'm trying to do is pull data from one Free Table, and insert it into another table.
Here's the Code:
Use Table1
IF ALLTRIM(upper(left(ThisForm.Combo1.Value, 1))) = "W" then
STORE Table1.Wque TO WorkNum
else &&ok, is an 'X'
STORE Table1.Xque TO WorkNum
Endif
Use Table2
REPLACE Table2.WorkNum WITH WorkNum
BUt these doesn't seem to work.. The reports are returning nothing but blanks...
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?