Controlsâ properties
The size of the RowSource property? Is this limited or not?
And if I want to add the value this RowSource property from VBA, I have to close the form and then open it in design view and then return to the normal view?
Microsoft says that to improve the performance of Access Project. There are tips for using forms that in stead of using the formâs module, you create a standard function and then attach it to the event property. But some procedures give parameters for example the OnDelete(Cancel as integer) or NotInList(NewData as string, Response as integer). What will we do to refer to these parameters when you create a standard module? And then if the form has-module property is yes does it make differences in size if you have one or two event-procedures on form?
And last question is that there are some MsgBox from the system (Access or VBA), how can I reply to these msg in VBA code and how to enable and disable these buttons? There are books for this?
Thanks
|