Hi,
I'd like to use a standard value in a field. This value should be the lowest value of a table minus 1. The query I wrote for this works and looks like this:
Now when I ask for dkeylock with the build function (I select it from the query), access gives me a #NAME? error. Anybody who knows how to solve this??
Greetz
Twanne
I made a whole in my brain to fit a mountain
I'd like to use a standard value in a field. This value should be the lowest value of a table minus 1. The query I wrote for this works and looks like this:
Code:
SELECT Min(dkey) AS dkeylock FROM VetAbsorptie;
Greetz
Twanne
I made a whole in my brain to fit a mountain
Comment