Search results

  1. C

    Use Global Variables to Filter a report

    To all: I have several reports that use dates to filter the data. Right now i am using datepicker to select a date and then store on a form variable. Then in the report data query I use >= [forms]![viewreports]![begindate] This works, but what I would like to be able to do is the following...
  2. C

    Radio Buttons-Choice

    To all: When I click a button on a form I would like to display several choices as radio button selections ( see attachment) Then depending on the selection, the user could run different reports or queries. Any ideas on how to do this Thanks Charlie Crimmel
  3. C

    Export Access Table to Excel and DBF

    This command works well for exporting an access table to excel. I cannot find the correct syntax to export an access table to a dbf file. Thanks Charllie Crimmel Access to Xcel DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "exporthist", "c:\exporthist.xls" Access to DBF...
  4. C

    Converting a Payroll Application

    To All: First Post to this forum- I am trying to convert a payroll application that i wrote in another software to Access. My other application can calculate federal and state taxes, deductions,net pay and write checks. It has been in use for over 13 years. Someone ask if I could convert it to...
Top Bottom