Search results

  1. F

    Anyone have a book recommendation?

    Hi, I'm about to teach a course on MS Access using the 2003 version. The students are in a pharmacology/clinical trials masters program. They are not programmers. They, most likely, will never be programmers. But! They will be asking people to build databases for them for data collection...
  2. F

    Custom record navigation snafu

    That makes sense. Now If I could only put the code together to work. I pasted that code in, changing the names accordingly and now I get Run-time error 91 - Object variable or With block variable not set. and it highlights the Set rs = Me.Recordset.Clone line of code. How could I resolve...
  3. F

    Custom record navigation snafu

    I have a database with a switchboard form and a data entry form. On the data entry form, I disabled the record navigation buttons and subtituted my own because I needed some extra code behind them. There are two ways to get to the data entry form from the switchboard - a button for "add new...
Back
Top Bottom