Search results

  1. samehkh

    Importing from XML. Field width issue.

    We are importing data from XML files manually to an access Database. The imported tables are all text fields with field width 255. Some text fields are too big and we end up loosing some records as import errors. Is there a way to let access generate an imported table with a text field that is...
  2. samehkh

    Does it matter where to place the front end?

    Hi, When I used to develop multi-user networked access applications, I used to give every user his own copy of the frontend. I was also the network admin at that time so I could easily create shares on users' machines to hold the application, and reach it from my desktop to update the file. In...
  3. samehkh

    Problem getting parameters from a form.

    Hi I ve been doing access programming since 1997, I've always used queries that read parameters from a form's text box or combobox or whatever, and this always worked for me no problem until, I started a new job and need to develop a small application to replace the paperwork I have to do. I...
  4. samehkh

    Why isnt there a cert for Access Developers?

    Although I include in my resume that I devloped with Access for 6 years, I am asked some questions on Interviews like "did you ever use Microsoft Access" or "Have you ever done actual coding yourself?" :mad: Seems that the guys dont beleive :) The only certificate availbale now is the MOUS and...
  5. samehkh

    Am I imagining things?!

    It is my first time to play with Access 2002. I programmed Access 2.0 through 2000. In the past, some function calls used to have different syntax in modules than in form, report, and query expressions, like IIf(condition,truepart,falsepart) , in modules as opposed to...
Back
Top Bottom