Search results

  1. B

    dlookup in a form, must display a table value

    Sure! oh and are you able to give me the lines to convert a Null value into a "never" print? it should be something like ... iif dlookup .................. is error then else loandate = dlookup ................ end if ... but i'm not familiar with this
  2. B

    dlookup in a form, must display a table value

    wow didn't think of that i am like a blonde with these subs/functions/procedures Looks like I have to work on it anyway thanks a lot! It works! A new scale for you :) Chris
  3. B

    dlookup in a form, must display a table value

    The DB weight 30Mb (compacted) so I don't think so, but here is a bunch of screenshots in attachments. You need the vba code that I pasted in an earlier post. Chris, burning :eek:
  4. B

    dlookup in a form, must display a table value

    yes, your description is right, table, fields, etc. are well named at the right place (I do agree I would need to change the name though, but it is not the point here) I have only one Query value "Loan1FR" so should get one and only one result in my dlookup I'm trying another way: the...
  5. B

    dlookup in a form, must display a table value

    Well tried :D but no have copy-pasted your correction, and checked my links to the table but it doesn't work. So I have tried using some vba function. And there the dLookup is working in step-by-step (name of my sub = loan1FRdate() ) Then I have linked that variable from that textbox but i...
  6. B

    dlookup in a form, must display a table value

    dlookup in a form, must display a table value SOLVED hello, just joined this forum as it sounds to be the most efficient today :) I found a lot of solutions just surfing your posts. But this new problem is annoying me. I do have, among others: 1 table "LastPrintDate" where I'm looking for...
Back
Top Bottom