newnoviceuser
Programmer
ok things were doing well. but then i have a problem. everything works fine and i decided to put my databases in a one fileand my vba and queries in another. everything works great except 1 form its a cash sheet form
the error is coming on this command.
rst.Index = "primarykey"
the error says operation is not supported for this type of operation. i need to set the index because the code uses seek which requires the index and i cant get find to work
the error is coming on this command.
rst.Index = "primarykey"
the error says operation is not supported for this type of operation. i need to set the index because the code uses seek which requires the index and i cant get find to work