Dick7Access
Dick S
- Local time
- Today, 13:30
- Joined
- Jun 9, 2009
- Messages
- 4,325
Actually they are dark green. They came out that way when I zipped them.I can't see any of the code suggested in the db. Can you upload something with your trials that isn't working.
By the way, how do you manage to read those command buttons with the pale yellow fore colour?![]()
You mean the dialog box is a parameter in your query?If you still have that menu form it has a cmd for states. Is it possible to pick up the 2 letter abbreviation of whatever state (FL, MS etcs.) I query in the dialog box and put it in the label?
That's kind of you. I was in the LA and Vegas last year... might be going to NY later this year.Ps. if you ever come to FL (when I am home, I am in MS right now) I will treat you to the best Chines Buffet in the whole US and TX.
Don't know as I have never eaten @ a Chinese Buffet in London, but I have eaten in Chinese Buffets in 33 states in US. In fact I can't even remember much of what I ate in UK. Of course I was only 19, so all I remember that a young woman took me drinking and she ordered us a pims #1 or 2. Or something like that.Yeah, I noticed that you had saved "Supporting
Yes, sometimes I look for churches by state. In fact I just had to send a associate a list of all the churches I had for AZ. So is it possible to have my label show what state I enter in?You mean the dialog box is a parameter in your query?
I'm sure that you've had your fair share of partying when you were in your teensDon't know as I have never eaten @ a Chinese Buffet in London, but I have eaten in Chinese Buffets in 33 states in US. In fact I can't even remember much of what I ate in UK. Of course I was only 19, so all I remember that a young woman took me drinking and she ordered us a pims #1 or 2. Or something like that.
I would normally say that you should create a form for this but I'll keep it simple for you.Yes, sometimes I look for churches by state. In fact I just had to send a associate a list of all the churches I had for AZ. So is it possible to have my label show what state I enter in?
Private strParamVal As Variant
Public Function SetStateParam(TheValue As Variant) As Variant
strParamVal = TheValue
End Function
Public Function GetStateParam() As Variant
GetParam = strParamVal
End Function
SetStateParam([COLOR="blue"][Enter State][/COLOR])
Forms("frmChurchesAllDick").Controls("[COLOR="Blue"]LabelName[/COLOR]").Caption = GetStateParam()
No idea where he is either. jdraw also mentioned the same thing.BTY:
I have ask this before, but nobody seems to know what happened to John Big booty. He invites me to Aussie country.
I'm sure that you've had your fair share of partying when you were in your teensBut it sounds like you may have found a goldmine.
I would normally say that you should create a form for this but I'll keep it simple for you.
- Paste this code in a module:
Code:Private strParamVal As Variant Public Function SetStateParam(TheValue As Variant) As Variant strParamVal = TheValue End Function Public Function GetStateParam() As Variant GetParam = strParamVal End Function
- In a column in your query, enter this:
... it needs to be the same text as the parameter.Code:SetStateParam([COLOR=blue][Enter State][/COLOR])
- To get the value use the GetStateParam() function:
Code:Forms("frmChurchesAllDick").Controls("[COLOR=Blue]LabelName[/COLOR]").Caption = GetStateParam()
No idea where he is either. jdraw also mentioned the same thing.
I see. A form would offer you more flexibility but you can look into this at your convenience.
After a quick re-jig, attached is a bit of inspiration for you.
Here is one that my wife said I had to get rid of, that is was grounds for divorce.
Now I know it's not very professional looking, and I don't sent any db's out like that, but those are for my private collection.