Search results

  1. C

    Scrolling a tab page

    Is it possible to have scrolling capability within a tab page on a form? Currently I have a form with tab control. There are 7 tabs and the 7th tab has a long list of check boxes that wont fit inside the area I set aside for the tab control box. When I place the check boxes into the tab page...
  2. C

    Transferring fields between records in separate databases

    I have 2 separate databases that contain similar information but do not share the same field names. I would like to transfer specific fields, from one record at a time, to corresponding fields (with different names than the original) in the other database. 2 questions: 1. Should I use an ADODB...
  3. C

    Error with cmd.transferspreadsheet

    I have 10 queries that I would like to export to an excel Spreadsheet called "Proposal_Report.xlsm" (with macros). Each query contains 3 columns of data: "Project Name", date, and amount (with data formats respective to their names). My code (found below) executes 2 basic functions. The first...
Back
Top Bottom