About 50 results
Open links in new tab
  1. Programming Languages used in Access - Access World Forums

    Nov 17, 2021 · SQL, in Access and elsewhere, is definitely not VBA. Even though SQL can be used from VBA code and SQL can call VBA functions, they should be considered completely independent …

  2. Access World Forums

    Dec 6, 2025 · Microsoft Access discussion forumWant to discuss vba programming or Modules? Want to tip toe into this area or you're a seasoned expert? This is the place you want to be.

  3. Solved - log off users at certain time | Access World Forums

    Jan 3, 2023 · Attachments Microsoft® Access® 2010 VBA Programming_ Inside Out.pdf 89.6 KB · Views: 243 I

  4. What is the difference between Macro and VBA code in MS Access, …

    Nov 22, 2021 · Hi, I am trying to understand difference between Macro and VBA code in MS Access. From my basic observation, I could see that Macro does not have code written as such. There are …

  5. What are the best resources (sites, books, or ... - Access World Forums

    Jun 14, 2021 · Since you are asking from with a MS Access forum, you will get responses based on vba and possibly SQL. I have listed links to several articles and tutorials on Database Planning and …

  6. Challenges with Ms Access VBA with socket programming

    Aug 4, 2021 · Socket client programming, as you intend to do, works in Access. Socket server programming would also be possible in theory, but is different kind of beast, as Pat mentioned and I …

  7. Interfaces in VBA - Access World Forums

    May 21, 2018 · So recently there was a discussion on the value of Object Oriented Programming, and I will contend that since this is an Access forum that, that question makes no sense. Everything you do …

  8. Difference between Access VBA & SQL | Access World Forums

    Nov 20, 2015 · Access SQL is not a programming language but TSQL as used in MS SQL Server is a programming language. It can do subroutines, user defined functions, conditional processing, loops …

  9. VBA Programming - Access World Forums

    May 2, 2000 · Here, I'd write a module using a series of one or more queries to append the various values from the linked Excel worksheet into the appropriate tables in the Access relational database …

  10. VBA Windows Socket Programming - Access World Forums

    Jan 21, 2020 · After finishing working on the SQL server cloud and taking a course on TCP/IP protocol, I have decided to go back to WINSOCK or window sockets if you like that way. I have constructed the …