Search results

  1. J

    ActiveX Woes

    I developed a database on another machine that utlized the calendar control (Access 97). When I run it on another machine, it doesn't recognize the calendar control. fine. I go to the VB Editor, go to References, browse to mscal.ocx and install that sucker. It shows up on the list with a...
  2. J

    manipulating subform recordset

    I feel like this should be a simple problem but it's just not working. I have a combo box that picks a record and I want to go to a corresponding record on a subform. Here's how I'm doing it: (Acess 2000) Private Sub firstmonthgoto_AfterUpdate() Dim rst As Recordset Set rst = Me.[objectives...
  3. J

    Simple syntax question

    How do I pass a control location around in a variable? Specifically, I have a form with the calendar control. I want to be able to double click on a control on another form and have that form tell the calendar where to stick its value once the user is happy with it. I made a public variable...
  4. J

    Many, many subreports

    The client does their catalog by printing reports directly to Adobe. They sell trucks with a lot of different sorts of accessories, each being listed in a report. The reports are all dissimilar enough that you couldn't combine them. There is a lot of wasted space, though, as some of the...
  5. J

    Send report as e-mail

    Is it possible to send a report as an e-mail, not just attached to an e-mail? We use Outlook which is set up to use Word as the e-mail editor, so I imagine it's somehow possible.
  6. J

    Retrieving file names from a directory

    Is there any good way of retrieving the file names from a directory? Each file name would be inserted into a record in a text field. Thanks in advance -josh
Back
Top Bottom