@DBLookup

Hi Guys,I have a button in one of my notes forms that does a dblookup on another database and then displays the data in a [OkCancelList] box.

The problem is the data is not up to date. is there anyway to refresh that data from the dblookup command?

Cheers

P

Subject: NoCache

Make sure you have NoCache set in your lookup:

@dblookup(“”:“NoCache”;…

Subject: NoCache

Thankyou!Would help if i read the documentation first :slight_smile: