mubi_masti
Registered User.
- Local time
- Today, 08:20
- Joined
- Oct 2, 2011
- Messages
- 46
I have developed a database which is competible for web.
In this database, i have many tables but i m just sharing the common problem facing with other tables as well
For example
Table A (master tbl) and Table B (Details tbl) are linked with 1 to many relationship through lookup wizard.
tbl b has five fields and i need unique records for field1,field2 and field3. I have developed data macro for beforechange event for tbl B but that macro is not working properly. if there is duplication, macro generates msg and even i change the values to produce unique values still msg of duplication appears.
this kind of macro works excellant with stand alone single tbl but with linked tables the error appears continounsly
Can any body help me where i m doing wrong
In this database, i have many tables but i m just sharing the common problem facing with other tables as well
For example
Table A (master tbl) and Table B (Details tbl) are linked with 1 to many relationship through lookup wizard.
tbl b has five fields and i need unique records for field1,field2 and field3. I have developed data macro for beforechange event for tbl B but that macro is not working properly. if there is duplication, macro generates msg and even i change the values to produce unique values still msg of duplication appears.
this kind of macro works excellant with stand alone single tbl but with linked tables the error appears continounsly
Can any body help me where i m doing wrong
Last edited: