Hello everyone,
I created a simple VB project that holds customer data, and it connects to a access database, the database is located on a shared network drive.

i packaged up the vb project with the package wizard, and put it on the network drive, then i went over to a friends computer and installed it, running the install.exe..

I can open up the program, it seems to pull data from the database, but when i try to update a record it says "

Run-time error 3021
Either BOF or EOF is True, or the current reocord has been delted. Requested operation requires a current record.

The update button works on my computer, but not hers?

ANy ideas
Thanks
Joe