hendrikbez
Registered User.
- Local time
- Today, 02:57
- Joined
- Oct 30, 2014
- Messages
- 28
I have a form that have a button to save recrods into my table, I am using a access macro to show message box thati it have saved the record, now I want the message box to show some info that was saved in the messagebox aslo.
I have try this, but is is worng and don't work. How can I get it to show me the info.
=[Main]![Tapes] & [Container] & [ContainerRef] & [DateOut].[Have been saved]
=[Main]![Tapes] + [Container] + [ContainerRef] + [DateOut].[Have been saved]
I have try this, but is is worng and don't work. How can I get it to show me the info.
=[Main]![Tapes] & [Container] & [ContainerRef] & [DateOut].[Have been saved]
=[Main]![Tapes] + [Container] + [ContainerRef] + [DateOut].[Have been saved]