D
Deleted member 30250
Guest
I want to delete redundant fields from tables after I have imported them (from dbase III tables maintained in a gruesome Lotus Aproach application - don't ask - so I don't see any way of avoiding importing all the fields in the first place).
It looks so simple:
Fields.Delete CSI_Credit.CreditMemo
. . . and so on, then:
Fields.Update
I am an old programmer who frequently feels very stupid making a mess of VBA. I simply cannot get my head round when I need to put things in quotes, brackets, two sets of quotes, make-it-a-string-variable-and-use-that-instead-of-a-literal, no-you-idiot-it's-a-dot-not-a-!, etc., etc.. So somebody please tell me what elementary, stupid, dimwitted thing am I doing wrong?
It looks so simple:
Fields.Delete CSI_Credit.CreditMemo
. . . and so on, then:
Fields.Update
I am an old programmer who frequently feels very stupid making a mess of VBA. I simply cannot get my head round when I need to put things in quotes, brackets, two sets of quotes, make-it-a-string-variable-and-use-that-instead-of-a-literal, no-you-idiot-it's-a-dot-not-a-!, etc., etc.. So somebody please tell me what elementary, stupid, dimwitted thing am I doing wrong?