I'm trying to automate a form in Access where clicking a command button will bring up a subwindow depicting a calendar control, that will then return a value of the selected date to a text box on the parent form, in the nature of an InputBox() function. It seems the obvious way to do this would be to make a custom dialog, but my coding skills in VBA are less than exemplary, and the database is refusing to compromise. (Go figure.)
Is there a way to pass arguments to a modal form in code, and return a value like a function? Sample code would be greatly appreciated. Thanks!
-Serin
Is there a way to pass arguments to a modal form in code, and return a value like a function? Sample code would be greatly appreciated. Thanks!
-Serin