In general, it's best to avoid spaces within names of tables or fields. Use either MixedCase or snake_case. Let me know if that works better (I'll try to prevent such a crash, however).
Jamal On Sun, 7 Dec 2008, Christo de Klerk wrote: > Date: Sun, 7 Dec 2008 16:34:27 +0200 > From: Christo de Klerk <[EMAIL PROTECTED]> > Reply-To: [email protected] > To: [email protected] > Subject: HomerSharedObject runtime error while using DBDialog > > Hi Jamal > > I tried to create a new table in DBDialog and when I pressed the Ok button > after creating my fields, I received the following error message: > > HomerSharedObject.vbs - Microsoft VBScript runtime error > Line 1045 Column 1 > Subscript out of range: '[number: 0]' > > < 0x800A0009 > > > Here is the structure I was trying to create: > > Name of table: Daisy books > > Field definitions: > > Library Text(20) > Book number Text(15) > Author Text(30) > Title Text(30) > Language Text(2) > Status Text(1) > > Any thought on what might be causing this? > > Regards > > Christo >
