G
Guest
After many posts, I could not get a simple answer on how to do this. My
co-worker actually figured it out and I thought I would share it.
Here's the code:
Dim First As String
strsql = "Select * from TempTransferAverage where TransferMonth = 10 and
TransferYear = 2004"
Set Oct2004 = CurrentDb.OpenRecordset(strsql)
First = Oct2004!TransferAverage
Me!Text587.ControlSource = "=" + First
Thanks all for your attemps at helping me.
~Elena
co-worker actually figured it out and I thought I would share it.
Here's the code:
Dim First As String
strsql = "Select * from TempTransferAverage where TransferMonth = 10 and
TransferYear = 2004"
Set Oct2004 = CurrentDb.OpenRecordset(strsql)
First = Oct2004!TransferAverage
Me!Text587.ControlSource = "=" + First
Thanks all for your attemps at helping me.
~Elena