Falchthehunter
New member
- Local time
- Today, 18:14
- Joined
- Nov 24, 2016
- Messages
- 3
I am attempting to use VB code to eval. the text in the Field [Notes] to find a key word "outbound" and replace it with the value in a form field.
I had thought that the replace function would be the way to get this done but my attempts thus far have failed. I have searched for examples in the forums but can not find an example that dose quite what I am trying so I'm probably going about this the wrong way so here it is.
Replace [Notes], "outbound", [Forms]![main log]![log shifts]![out team]
This method dose not work nor dose it generate any errors. :banghead:
I had thought that the replace function would be the way to get this done but my attempts thus far have failed. I have searched for examples in the forums but can not find an example that dose quite what I am trying so I'm probably going about this the wrong way so here it is.
Replace [Notes], "outbound", [Forms]![main log]![log shifts]![out team]
This method dose not work nor dose it generate any errors. :banghead: