Search results

  1. Rene vK

    using modulename in code

    @Pat Hartman is fiercely ;) teaching us to use 'Me.' when adressing a control. I started doing that, most of the time. My question now: is it also common use to refer a module when calling a procedure or function from somewhere else? I sometimes use it, mostly not.
  2. Rene vK

    Solved Sort months in combobox with sql query

    Hi all, I have a small application taking care of my workhours, projects and invoicing. I work for different clients and projects on hourly base. I select a project in a combo which will show all records in my WorkHoursjournal by project. Secondary I create a sql query as rowsource for a...
  3. Rene vK

    Solved Disconnect tables from backend at close

    I am in a situation with FE and secured BE on a usb-drive. Everything I want it to do works... One thing has occured; everybody can link to my linked tables via the FE when close (FE = .acdde) Because the usb situation, I use Dev Ashish code for linking tables at the start of the FE. Reading...
  4. Rene vK

    Solved Show progress during export to Word

    I have created a popup and very rigid routine for creating a dossier in MS Word with data from my application. Because creating the file is taking sometime (not extremely) I would like to keep the user entertained. my question, is there a better way to show progress? Everything works but I...
  5. Rene vK

    Solved Setfocus to newly added record in subform

    I am using a separate, unreferenced, form to input a new record to a client-table. This extra form has a check-sequence before it will add the new record. Maybe it is a bit more work but the user can't add an empty record to the database. Sorry for the dutch example in the attachment :-)
  6. Rene vK

    Use 'Instr' to search through two fields

    Hello everybody, In my developing application I am making use of searchboxes to narrow down the amount of records. On a form I have a textbox and a subform with a table connected. In the textbox I can type a character that will be used in an 'Instr' SQL query. I am using the code to query one...
  7. Rene vK

    Hello fellow Access users

    Hello all, My name is Rene, from Rotterdam in the Netherlands. My main profession is in Engineering and with that I bump into Access/SQL server quite often. I am not a newby to building in Access and vba. One of the situations where we use Access is as a forfront to design-software that stores...
Top Bottom