C
channell
I have a question that maybe can be easily answered. If VBA Coding is
required, please help me with this, as I am new to VBA and I am just starting
to learn it.
I have a form, that when opened, a parameter box appears asking for a date.
When I enter the desired date, all the records (Employees) pertaining to the
date show up on the form for editing in Contunuous Form View. I am ok with
this, but I want to know if there is a better way to do this.
I simply want to open the form and have an unbound text box at top where I
can enter the desired date. I want an "OK" button next to it so when I click
it, an event is run to only pull up those records on the form that pertain to
the date entered.
Is this possible, and how would I do this? Thank you very much!
required, please help me with this, as I am new to VBA and I am just starting
to learn it.
I have a form, that when opened, a parameter box appears asking for a date.
When I enter the desired date, all the records (Employees) pertaining to the
date show up on the form for editing in Contunuous Form View. I am ok with
this, but I want to know if there is a better way to do this.
I simply want to open the form and have an unbound text box at top where I
can enter the desired date. I want an "OK" button next to it so when I click
it, an event is run to only pull up those records on the form that pertain to
the date entered.
Is this possible, and how would I do this? Thank you very much!