hi I have an open_item sub and a commandbutton1_click sub.
the open_item loads data from a db and into a listbox.possiblevalues while the selected value is stored on a custom field
the commandbutton1_click creates a access.application object.(is it possible to do so in a modal way?)
When I create the appointment with the custom form everything works fine but when I open an existing appointment nothing works.It's ok for the listbox not to change items because they represent a stored value but I reallly need the button1_click to work...in both new and existing appointments
Any Ideas?
the open_item loads data from a db and into a listbox.possiblevalues while the selected value is stored on a custom field
the commandbutton1_click creates a access.application object.(is it possible to do so in a modal way?)
When I create the appointment with the custom form everything works fine but when I open an existing appointment nothing works.It's ok for the listbox not to change items because they represent a stored value but I reallly need the button1_click to work...in both new and existing appointments
Any Ideas?