Matt Brown
Registered User.
- Local time
- Today, 20:50
- Joined
- Jun 5, 2000
- Messages
- 120
Hi all,
I am trying to get the following expression to pull a record into a form if only part of the data is entered
i.e. if 123 was entered and there are records called 123456 then this would be displayed.
i cant seem to get the mask right.
here is the code which works with exact criteria entered:
stLinkCriteria = "[Top Level Assy No]=" & "'" & Me![Text21] & "'"
I know i can use the:
Like'*'&
at the start and the
&'*'
at the end but seem to be struggling with this.
Any help appreciated.
Matt
I am trying to get the following expression to pull a record into a form if only part of the data is entered
i.e. if 123 was entered and there are records called 123456 then this would be displayed.
i cant seem to get the mask right.
here is the code which works with exact criteria entered:
stLinkCriteria = "[Top Level Assy No]=" & "'" & Me![Text21] & "'"
I know i can use the:
Like'*'&
at the start and the
&'*'
at the end but seem to be struggling with this.
Any help appreciated.
Matt