Majid Umar
Registered User.
- Local time
- Today, 01:59
- Joined
- Aug 2, 2001
- Messages
- 22
Hi,
I had this problem before but was resolved with help from a Member. I'm tryong to rin a macro whihc jumps to a new form with matching field. Problem is the source form is based on query, so Access is giving error for incorrect use of Brackets. I tried to rearrange but it didn't work. I used the following code:
[Judgment_Details]![Case_No]=[Forms]![Main Screen]![Case_Action.Case_No]
Some it does not like Case_Action.Case_No bracket settings. It works fine with Case Action form i.e.
[Judgment_Details]![Case_No]=[Forms]![Case_Action]![Case_No]
I had this problem before but was resolved with help from a Member. I'm tryong to rin a macro whihc jumps to a new form with matching field. Problem is the source form is based on query, so Access is giving error for incorrect use of Brackets. I tried to rearrange but it didn't work. I used the following code:
[Judgment_Details]![Case_No]=[Forms]![Main Screen]![Case_Action.Case_No]
Some it does not like Case_Action.Case_No bracket settings. It works fine with Case Action form i.e.
[Judgment_Details]![Case_No]=[Forms]![Case_Action]![Case_No]