alastair69 Registered User. Local time Today, 05:25 Joined Dec 21, 2004 Messages 562 Feb 1, 2006 #1 Hello All, I have been developing my database all one seems to be well exept for an error message which is attched. If anybody can help me trap this error or offer some advice i would be greatfull. Alastair Attachments a797e136-88d6-4674-ab16-f2fa5db78d70.zip a797e136-88d6-4674-ab16-f2fa5db78d70.zip 7.9 KB · Views: 116
Hello All, I have been developing my database all one seems to be well exept for an error message which is attched. If anybody can help me trap this error or offer some advice i would be greatfull. Alastair
Ron_dK Cool bop aficionado Local time Today, 14:25 Joined Sep 5, 2002 Messages 2,141 Feb 1, 2006 #2 The error code is Error 2448. Do a search on this forum with that error code number. Hth
KenHigg Registered User Local time Today, 08:25 Joined Jun 9, 2004 Messages 13,327 Feb 1, 2006 #3 I just have to ask this - How did you arrive at the name for that zip file?
alastair69 Registered User. Local time Today, 05:25 Joined Dec 21, 2004 Messages 562 Feb 1, 2006 #4 Ken, It was an auto name that my screen capture unitity uses. Alastair
ghudson Registered User. Local time Today, 08:25 Joined Jun 8, 2002 Messages 6,194 Feb 1, 2006 #5 I have seen that error before when I tried to add a value using VBA to a text box but that text box was already bound to a field in a table.
I have seen that error before when I tried to add a value using VBA to a text box but that text box was already bound to a field in a table.
alastair69 Registered User. Local time Today, 05:25 Joined Dec 21, 2004 Messages 562 Feb 1, 2006 #6 ghudson, If i unbound my text boxes and then i could get the data to be saved on an close event, do you think that would do the trick. Alastair
ghudson, If i unbound my text boxes and then i could get the data to be saved on an close event, do you think that would do the trick. Alastair
ghudson Registered User. Local time Today, 08:25 Joined Jun 8, 2002 Messages 6,194 Feb 1, 2006 #7 I do not recommend using unbound forms.