| Recent Answers |
 |
 |
2008-08-19 Data Management & Storage - DB acess lockout: The best method is to split your database between backend (tables) and frontend (everything else). For the best performance the front end should be on the local drive. You then have a development front...
|
2008-08-18 Oracle - switching instances: Hi Gabriel, You can have two database instances running on the same server. If they are the exact same Oracle version and patch level, you can have one database listener listening to both instances...
|
2008-08-14 Auditing - Audit workpapers: Dear Jackie, Thank you for contacting me. I apologize for not providing you with a response sooner. Communications between predecessor and successor auditors are regulated by the AU 315 Paragraph...
|
2008-08-14 Data Management & Storage - Dates in Access: If there is a term you don't understand, I suggest using the Help screens to look it up. Access's Help screen are a very good reference tool. You should get used to using it. A global module is a repository...
|
2008-08-13 Data Management & Storage - subform control/focus: If you just entered that code that would be the response. As I said, you need to enter it as part of the OpenArgs argument of the OpenForm method. In the code module behind your button, you probably...
|