Search results

  1. P

    Show all values in criteria

    I have searched similar posts to solve this, but havn't been able to make it work yet, so apologies if this sounds like an existing post. On my form (frmContacts) I have a combo box (LstCompany) that lists companies. The default value is set to "N" (so this is the value when nothing is...
  2. P

    Adding Relative Image Paths using FileDialog

    I am trying to add a relative image path (i.e. just the filename and extension) to a database field. Using the the following code that comes with the Northwind database I can only store the full image path. Can anyone help? Sub getFileName() Dim fileName As String Dim result As Integer With...
Back
Top Bottom