Hi Everyone,
I am having trouble in VBA putting two different derived fields into a string. The coding I am using is calling details from a subform, and I have enclosed what I am trying to do below.
strMessage = "Warning: The recorded stock holding of" & Me.Description "is" & Me.StockHolding
I keep getting a Compile Error Expected: end of statement with the "is" highlighted.
Description is a book title, and stockholding is the number of inventory Items.
If anyone can offer assistence, it would be greatly appreciated.
Thanks.
I am having trouble in VBA putting two different derived fields into a string. The coding I am using is calling details from a subform, and I have enclosed what I am trying to do below.
strMessage = "Warning: The recorded stock holding of" & Me.Description "is" & Me.StockHolding
I keep getting a Compile Error Expected: end of statement with the "is" highlighted.
Description is a book title, and stockholding is the number of inventory Items.
If anyone can offer assistence, it would be greatly appreciated.
Thanks.