Forms 9.2.0
I have a form that is set to run a stored procedure lookup when an id field is filled out and fills out a few other Drop down fields from the results. Now everything works fine when the ID Is populated with a valid number, but it seems its also running immediately when the form is opened. This is clearing out the values I have in the dropdown boxes. I'm not sure why the stored procedure is ignoring the "Wait until this field has a value" part, but I've seen a couple other posts with similar issues but the response was that it shouldn't run right away when the field is blank. Any help would be greatly appreciated, thanks.