R
Richard Messer via AccessMonster.com
I have a combo box that when after update, I'd like to auto populate the
text box named "ReportArea".
The following is my code but it's not working:
Private Sub Rptdby_Click()
Me.RptDate = Date
Me.RptTime = Time()
Me.ReportArea = Me.ReportArea.ColumnHidden(1)
End Sub
Thanks,
Richard
text box named "ReportArea".
The following is my code but it's not working:
Private Sub Rptdby_Click()
Me.RptDate = Date
Me.RptTime = Time()
Me.ReportArea = Me.ReportArea.ColumnHidden(1)
End Sub
Thanks,
Richard