Microsoft
Software
Hardware
Network
Question : Making a subform popup/disappear with a button
Which property and methods do I want to address with VBA in order to make a subform popup at the bequest of a button command and to make it it disappear after the database advances to the next record?
Answer : Making a subform popup/disappear with a button
Forms!mainform.subform.for
m.visible = false 'or true
Random Solutions
Hacking Macros
dissallow / ban decimal (period) character in text field in Livecycle
#5.6.1 smtp;554 5.6.1 Body type not supported by Remote Host
Wireless networking problem limited or no connectivity
volume control windows xp pro
read lines from a tail(ed) -f file.
Constant winsock XP repair
Does Office 2003 compress VBA code
Need help converting this crystal syntax to work in SQL Reporting Services
How do I convert a Powershell object to a string?