Thanks for your input,
I guess I could have explained that better but NameA and NameB are not in adjacent columns.
The Offset needs to be tied to the relative difference between the two ranges where ever they may be.
have two named ranges "NameA" and "NameB"
When I loop though "A" and test for values how do I address the same row in "B"
Example
"NameA" "NameB"
1 text1
2 text2
3 text3
Something like:
For Each MyRange in Range("NameA")
if MyRange...
thanks,
Its looking better now. I failed to mention a 5th field, that is ChannelPackages.
Each Package is from one of many Providers,
Containes channelNames,ChannelNunmbers, and Resolutions
ChannelName is independant of Provider
ChannelNumber, and Resolution are dependant upon Provider.
How...
Trying to put together my 1st DB.
The objective is to see reports showing differences between Satellite television providers, to answer questions like what channels does one gain or lose when switching providers and or channel packages. I also am going to include a lot of supporting data like...
This is a small db with only 1 user
Built table "Static"
with field "LastRecord"
This opens to correct record:
Private Sub Form_Load()
Dim x As Single
x = DLookup("LastRecord", "Static")
DoCmd.GoToRecord acDataForm, "Leads", acGoTo, x
End Sub
Now, how to dump current record # into...
=DCount("[Disposition]","History Query","[Disposition]='Wrong Number'")
this works with [Disposition] = Wrong Number
but what about when [Disposition] = "Wrong Nmber"
or simply put how do I compare when Quotes are part of the text value?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.