J
Jen
In Excel I retrieve a value in to the code (from a excel cell) like this:
"amount = CDbl(Worksheets("Sheet1").Range("A1").Value)"
How do I write this for an Access report, retrieving the value from a
textbox called "text_amount"?
Jen
"amount = CDbl(Worksheets("Sheet1").Range("A1").Value)"
How do I write this for an Access report, retrieving the value from a
textbox called "text_amount"?
Jen