Daveisalwayshere
Registered User.
- Local time
- Today, 13:30
- Joined
- Mar 14, 2014
- Messages
- 31
Hi Guys, I have a subform named [PMQuoteQuerysubform] and in this i have a textbox named [QuoteNumber] I have this as a continuous form that I have made the Text box into a button.
What i want to happen though is the text box to be highlighted when a QuoteStatusID in the table QuoteLogT = "Approved By Manager"
My Table looks like this
QuoteLogT
QuoteNumber
SalesmanID
JobName
Location
QuoteStatusID
I have tried a few Dlookups but this is my first crack at them as i only have a month experience with Access
Here is what i thought the DLookUp would look like
DLookUp([QuoteStatusID],[QuoteLogT],"[QuoteNumber]=" & "Approved By Manager")
any help would be appreciated. When I made the subform i did change the record source from an SQL statement to the table itself because the wizard seems to do that if that makes a difference
What i want to happen though is the text box to be highlighted when a QuoteStatusID in the table QuoteLogT = "Approved By Manager"
My Table looks like this
QuoteLogT
QuoteNumber
SalesmanID
JobName
Location
QuoteStatusID
I have tried a few Dlookups but this is my first crack at them as i only have a month experience with Access
Here is what i thought the DLookUp would look like
DLookUp([QuoteStatusID],[QuoteLogT],"[QuoteNumber]=" & "Approved By Manager")
any help would be appreciated. When I made the subform i did change the record source from an SQL statement to the table itself because the wizard seems to do that if that makes a difference