I have been programming Access databases for about 13 years.
so I surely know how to delete a record. Every possible way.
And also - you still have not explained to me why it is possible in Access
2003 and not in Access 2007.
I can send you the database, if you give me your email?
Hi Leif,
yes, I would like to test this for myself
strive4peace2006 at yahoo.com
please specify the steps you take from the database opening to press the
DELETE key
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*
(: have an awesome day :)
*
> I have been programming Access databases for about 13 years.
> so I surely know how to delete a record. Every possible way.
[quoted text clipped - 151 lines]
>>>>>>>>>>> simple related tables. And no code.
>>>>>>>>>>> Does anyone know a hotfix?
strive4peace - 21 May 2008 22:12 GMT
Hi Leif,
got your database
sorry to be the bearer of bad news, but what you sent has several problems:
1. you need to remove '<' from the field and controlname for 'idt1'
2. you have not qualified 'ID' with the type of ID it is... tableB and
tableC both have ID as a fieldname -- but, obviously being an autonumber
in each table, they are not the same information!
3. you have no defined relationships
4. the LinkChildField for the subform control containing TableC is idt1<
... in addition to containing a bad character, it is also not filled in
the table (probably due to '<' in the name)
5. a datasheet view form cannot display a subform -- therefore, you are
actually using the 'subDatasheet' property of the table (which has
problems and is recommended to turn off), not a form -- and the subform,
since it is specified, probably has the table open
read 'Access Basics'
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace
*
(: have an awesome day :)
*
> Hi Leif,
>
[quoted text clipped - 177 lines]
>>>>>>>>>>>> with to simple related tables. And no code. Does anyone know
>>>>>>>>>>>> a hotfix?