Search results

  1. I

    Question Return records based on date

    Hi all, I hope someone can give me a few pointers on this question. I have a table of people (called "workers") that can only work on certain days e.g. Joe can only work Monday and Thursday. These are set by having seven Yes/No fields called Monday to Sunday. I have another table (called...
  2. I

    Combo box and form problem

    Hi everyone, It's been a long while since I posted on here and it's great to be back! :) It's also been a while since I used Access so I feel a complete newbie all over again! I hope you can help ... I have 2 tables. Table A contains Job information such as the date, order number etc. Table...
  3. I

    Control Database

    I would like to run VBA functions from other databases via a menu, a bit like a switchboard. For example, I have one module in database A that outputs a few spreadshseets - I would like a button on a form in Database B to run this.I have limited coding experience between databases so Could...
  4. I

    Newbie - Passing variable from function to query

    Hi, I am exporting data from a table to Excel files (in a loop) - called location101.xls, location102.xls etc from a docmd.outputto in a function. In this function I have a counter that increments in each loop that updates the file name. What I would like to do is pass this counter number...
Back
Top Bottom