I was able to resolve this. I had my fields backwards.
I had to accomplish this with a Filter in Infopath.
When creating the Action set myModelNum to datasourceModelNum, you have to highlight the datasourceModelNum field name, THEN select FILTER. This filter button doesnt exist anywhere else, except, and only after the field is highlighted. Once I had the filter box open, I said: 'datasourceAssetTag is equalto myAssetTag."
This filter is essentially the 'Where' clause I was trying to find. In infopath, the final rule looked like this:
If myAssetTag = datasourceAssetTag,
Set a field's value
Field: myModelNum
Value: @datasourceModelNum[@DataS
The Where clause is the Filter which is represented by the statement in brackets [].
The end result is that IF a user enters an assettag number that already exists in my external datasource, the correct datasourceModelNum information will populate in myModelNum field.
Main Topics
Browse All Topics





by: RipinPosted on 2009-06-05 at 12:27:43ID: 24559482
Can't do that