Access 2003 Problems

  • Thread starter Thread starter katz
  • Start date Start date
K

katz

Hello All!

I installed Acc2003 on my computer, and I have a few problems.
1) When I select the Database Utilities/Linked Table Manager, I get an empty
dialog box. the tables don't show up.
2) I cant link CSV files to the database, I get the famous GPF.
3) On Acc97 I'm able to move a control in design view with Ctrl+Break, just
a drop, but with Acc2003 it moves about a centimeter. It's probably changing
the grid. How can I changed it.

Thanks good people
Abe
 
katz said:
Hello All!

I installed Acc2003 on my computer, and I have a few problems.
1) When I select the Database Utilities/Linked Table Manager, I get an
empty dialog box. the tables don't show up.

Re-register accwiz.dll (the one located in the same folder where Access 2003
is installed)

Regsvr32 "path\ACCWIZ.DLL"
See
http://support.microsoft.com/?id=835519
3) On Acc97 I'm able to move a control in design view with Ctrl+Break,
just a drop, but with Acc2003 it moves about a centimeter.

Ctrl+Break? Are you sure it isn't Ctrl+<arrow keys>?

It's probably changing
the grid. How can I changed it.

The Grid X and Grid Y properties of the form (check in design view of your
form on the Format tab of the property dialog)
 
Back
Top