"BlueIguana" <BlueIguana RemoveThis @online.nospam> wrote in message
news:1EE0B5C7-ECF6-4C73-89FE-99F851F22933@microsoft.com...
>A data object from the toolbox is dropped onto a form then connected up in
> the code:
> Data1.DatabaseName = gsUnitDB
> Data1.RecordSource = "Unit"
The intrinsic Data control only works with Jet 3.51. You may have some luck
with the "Fix" suggested in the article below, so try that... if "no go",
try switching to the ADO datacontrol.
FIX: Unrecognized Database Format Error with Data Control or Data Form
Wizard
http://support.microsoft.com/default.aspx?scid=kb;en-us;257780
--
Ken Halter - MS-MVP-VB -
http://www.vbsight.com
DLL Hell problems? Try ComGuard -
http://www.vbsight.com/ComGuard.htm
Please keep all discussions in the groups..