In the command button of my form is:
SELECT Filename.DBF
APPEND BLANK
REPLACE .....
TABLEUPDATE()
RELEASE Thisform
But when I browsed my table, I can't find the record I just did and instead, it is
in the other folder with the same filename. Can you help me solve this please?