Recent content by getout

  1. G

    Using a CommonDlg Box to Copy and Link a file

    I think I must be CommonDlg Box illiterate because I can't make it do anything once it's open. The CommonDlg opens, but it doesn't actually do anything. Any place I can go for a CommonDlg crash course?
  2. G

    Using a CommonDlg Box to Copy and Link a file

    Here's the idea: I've been trying to figure out how to use a CommonDlg to Copy a file from a location on a user's computer to a center file system on the server, then link to that file in a list box (from a table). Any suggestions would be great. I've seen people embed pictures and link other...
  3. G

    if [combobox] is empty then msgbox - not working

    You're right. I don't know what I wasn't doing before not to make it work. Thanks.
  4. G

    if [combobox] is empty then msgbox - not working

    I had to do this to make mine work: If IsNull(Forms!frmnavigation!cmbDistributionOrder) = True Then
Back
Top Bottom