D
Denver
I have a Form with a subform with control name
Data Entry2 subform
I set the AfterUpdate event in my Main Subform with this
code
DoCmd.Requery
because i have a cmdData Entry in this Form that opens my data entry Form.
i want that when i add new records thru my data entry form it displays
directly to the subform. can anyone is kind to help me? My DoCmd.Requery is
not working what else do i need to add in my codes? or im not using the
appropriate events?
how can i accomplish this?
thanks for any help.
Data Entry2 subform
I set the AfterUpdate event in my Main Subform with this
code
DoCmd.Requery
because i have a cmdData Entry in this Form that opens my data entry Form.
i want that when i add new records thru my data entry form it displays
directly to the subform. can anyone is kind to help me? My DoCmd.Requery is
not working what else do i need to add in my codes? or im not using the
appropriate events?
how can i accomplish this?
thanks for any help.