Watermelon
Programmer
Hi,
I'm trying to use this code below to open a form with that where clause criteria but I keep getting a message that the form has closed. Does anyone know why?
DoCmd.OpenForm "PartNumbersSearch", , , "[Part] = " & Forms!PartDescriptionsSearch!txtKeyword & ""
Thanks a lot,
TM
I'm trying to use this code below to open a form with that where clause criteria but I keep getting a message that the form has closed. Does anyone know why?
DoCmd.OpenForm "PartNumbersSearch", , , "[Part] = " & Forms!PartDescriptionsSearch!txtKeyword & ""
Thanks a lot,
TM