Search results

  1. D

    What do Form level mouse events actually do?

    I haven't posted here for a while so Hello World! My question is pretty much as in the title. I *thought* I was going to do something really easy in Access 2010. I have a generic list form that pops open when another form launches. It just reads a ComboBox on the main form of whichever form...
  2. D

    Custom Menu Bars

    Hello All, I'm having a bit of trouble getting exactly what I want with regard to a custom menu bar which pops up on a continuous form when I right click. I may have to deploy the app I'm building with Access 2010 Runtime and I know you don't get the sort & filter menus by default which is why...
  3. D

    DoCmd.SendObject crashing Access

    Yep, exactly what it says in the heading. Anyone have a clue as to why this would happen? Not used SendObject before so all I wrote was a tiny bit of test code which runs from a command button. The send object line is: DoCmd.SendObject acSendReport, strSendObjectName, acFormatPDF...
  4. D

    Multiple Record Selection on a Continuous Form

    Hi All, Is it possible to use the record selectors on a continuous form to do anything useful? I have a continuous form as a subform which displays a list of customer contracts and some related data and it would be nice if I could select multiple records and print them. However, I have noticed...
  5. D

    Question Trouble displaying attachment

    Hello, Just wondering if I'm missing something obvious. I have an unbound attachment field on a report which I use to display a company logo. The logo is a bmp file stored as an attachment in the database so that the client can change it any time they wish. The code fires in the OnFormat...
  6. D

    Reports and Single Records

    Hi all, I have some ongoing problems with getting a report to 'work' with a single record. So far I have 3 issues; displaying a single record, printing a single record, and outputing a single record to a PDF file. The report itself is a report of customer and supplier contracts based on data...
  7. D

    Hello all!

    Hi, I've not used Access for over 10 years until recently and have spent the last few months working on a project for a client using Access 2010. So far I've been through an Access 2010 book, and a VBA book. Can't say I was too impressed with the VBA book. Seems impossible to find a decent...
Back
Top Bottom