ludakrishna420
Registered User.
- Local time
- Today, 12:23
- Joined
- Aug 22, 2007
- Messages
- 13
Here’s my goal.
1.) I have one column and want to add a 633 in front of if.
a. Expr3: "633 " & [Grp] & ""
b. This only shows 633 and asks for an entry for the GRP? Why? I want the format to be 633 xxx. If I do add, lets say, 123 in the popup, all of the columns are 633 123.
2.) After combining the following, I want to take that number, and look it up in another query. If the number matches a number in the other query, than I want it to enter the number in column 1. If not, I want it write no number. I have gotten this part to work using an IIF function but I just wanted to let you know what I am after.
1.) I have one column and want to add a 633 in front of if.
a. Expr3: "633 " & [Grp] & ""
b. This only shows 633 and asks for an entry for the GRP? Why? I want the format to be 633 xxx. If I do add, lets say, 123 in the popup, all of the columns are 633 123.
2.) After combining the following, I want to take that number, and look it up in another query. If the number matches a number in the other query, than I want it to enter the number in column 1. If not, I want it write no number. I have gotten this part to work using an IIF function but I just wanted to let you know what I am after.