Search results

  1. M

    Import Photo

    Hi Quite a while ago I did post a sample of this at the following location http://www.access-programmers.co.uk/forums/showthread.php?t=108698
  2. M

    link records of form with subforms

    Hi Take a look at Link Master Fields and Link Child fields Best regards Maurice
  3. M

    help needed

    Hi I'm attaching an example database from Microsoft that shows how images can be handled. Maurice
  4. M

    Form not pulling correct information from a table

    Hi Can you post the database? Best regards Maurice
  5. M

    help needed

    Hi Can you be a bit more specific as to what would be required? Best regards Maurice
  6. M

    Verify numbers are in sequence

    Hi Allan I would like to add my voice to others and say "Congrats" on being awarded the Access MVP. I've always enjoyed reading your responses. Best regards Maurice St-Cyr Ottawa, Ontario -CANADA
  7. M

    Access 2007 Runtime

    This is posted strictly as FYI You may download a copy of Access 2007 Runtime from the following location: http://www.microsoft.com/downloads/details.aspx?FamilyId=D9AE78D9-9DC6-4B38-9FA6-2C745A175AED&displaylang=en
  8. M

    ProperCase Validation

    Good morning The function Proper() will do the trick for you.. Best regards Maurice Function Proper(x) ' Capitalize first letter of every word in a field. ' Use in an event procedure in AfterUpdate of control; ' for example, [Last Name] = Proper([Last Name]). ' ' See Also: StrConv...
  9. M

    New record line missing

    what is the recordset for the subform?..what are the relationships?
  10. M

    ACCESS CRASH: Please help!

    Hi You may have to resort to uninstalling and reinstalling Access
  11. M

    Date() Function problem

    Good morning Since it is not a reference problem, have you tried a simple repair and compact? ... or you could create a blank database and import all of the objects from the offending database. Failing everything else, you could try uninstalling Access and reinstalling it. Best regards Maurice
  12. M

    Filter Alphabetically using VBA

    This has been discussed before in this forum. There is even a sample in the SAmple Databases area.
  13. M

    Form Resize VBA

    Hi Check the Sample Databases area, there is a sample in there. Maurice
  14. M

    "Anchor" command buttons to scroll continuous form?

    Hi again How about performing a simple Repair / Compact? - Can't imagine what's wrong, there's not much of anything in the database. Maurice
  15. M

    Generating a Report from a specific part of a Form - BarCode

    Hi instead of using an ActiveX I use a barcode font, seems to run a lot better and no overhead. Maurice
  16. M

    "Anchor" command buttons to scroll continuous form?

    Good morning Maybe you should check the References. Yes, the Macro handles everything. Best regards Maurice
  17. M

    "Anchor" command buttons to scroll continuous form?

    Good afternoon Here is the location of a sample I wrote a few years ago. Hope it's useful to you http://www.access-programmers.co.uk/forums/showthread.php?t=119798 Best regards Maurice
  18. M

    path of an Image

    Hi You'll find the link at the following address: http://www.access-programmers.co.uk/forums/showthread.php?t=108698 Best regards Maurice
  19. M

    path of an Image

    Good afternoon I have posted an example on how this is done in the Sample Databases area. Maurice
  20. M

    Running Total Query

    Hello Please find attached a running total query. Hope this helps. Maurice
Back
Top Bottom