Search results

  1. P

    Use a form to run multiple queries.

    Hi all the Access experts, As title tells, I would like to use a form to run multiple queries. It's just that I want the form to be "flexible" (sorry for my bad english, i couldn't think of another word to express). Here is my idea. I have created multiple queries saved in the queries list...
  2. P

    "FOR" loop in Access.

    Hi guys , as title, I would like to ask you guys whether there is "FOR" loop in Access VBA codes. It's because currently I have been writing a code to build a loop. and the code is something like : Dim rs As Recordset Dim strTableFields As String Dim strOutputTableFields As String Dim...
  3. P

    How to move the data from a table to another

    Hi all Access Experts, First of all, I am not a native english speaker, so please forgive me for my poor english. My boss has assigned a task for me to move the details under a field name (eg:[Name]) in table 1 to table2 under another field name (eg:[InsuredName]). Previously, the software...
Back
Top Bottom