Regular Expression is a very powerful technique or tools that can help save much of your time in writing your code. Like other development...
Thursday, April 24, 2014
Tuesday, April 15, 2014
Performance: Filter VS Where Clause
In MS Access there are 2 ways to specific the records to be fetched. One is using Filter and another is using where clause query. Filter: ...
Categories:
Best Practice,
MS Access Tips,
Performance
Friday, April 11, 2014
Run-time error '3061'. Too few parameters. Expected 1.
The solution to MS Access run-time error " Run-time error '3061'. Too few parameters. Expected 1. " If you run into ...
Categories:
MS Access Error
Wednesday, March 5, 2014
Equivalence DUAL table in MS Access
There might be a time that you want to run query like Oracle select sysdate from dual; Unfortunately, MS Access does not have dual table...
Categories:
MS Access Tips,
SQL
Saturday, March 1, 2014
How to go back to current record when doing Requery
Sub openDetailForm(p_frm As Form, p_frm_detail_name, Optional p_ctrl_col = Null, Optional p_key_col = Null, Optional p_refresh = True, Opti...
Categories:
Access Coding,
MS Access Bookmark,
MS Access Tips,
MS Access Tricks,
Requery,
VBA
Friday, February 28, 2014
How to Connect to External MS Access File With Password Projected
It is a very good practice to separate your MS Access application (MS Access code file - front end) away from MS Access data (table - back ...
Categories:
External MS Access,
MS Access Security,
MS Access Tips,
MS Access Tricks,
VBA
Subscribe to:
Posts (Atom)