drunkwithlust
New member
- Local time
- Yesterday, 19:18
- Joined
- May 1, 2007
- Messages
- 3
Hii.
i have a DVD hire database which has a table two tables included (see below).
The hire tables is for processing a DVD loan and the copy table is the specific copy of a title (for example there could be 5 copies of a film).
I am creating a form that uses the table Hire as a base. The form is just for processing a loan and therefore is just for inputting data. I am trying to set a default value for the field "Hire_fee".
There are three hire bands (band one, two and three). All three bands have a different hiring price associated with them (eg band one=£3, two=£6 and three=£7). The copy number links to the title (In the title table) and the title links to the hire band (in the hire band table).
I am trying to use Dlookup to set this default value however all i have is :
=DLookUp("[Band_Charge]","Hire band","[Hire_Band] = 'Band 1'")
it just returns £3.00 everytime.
Any help would be appreciated as im very new with this. sorry about the length and if you need me to elaborate on anything id be happy to.
i have a DVD hire database which has a table two tables included (see below).
The hire tables is for processing a DVD loan and the copy table is the specific copy of a title (for example there could be 5 copies of a film).
I am creating a form that uses the table Hire as a base. The form is just for processing a loan and therefore is just for inputting data. I am trying to set a default value for the field "Hire_fee".
There are three hire bands (band one, two and three). All three bands have a different hiring price associated with them (eg band one=£3, two=£6 and three=£7). The copy number links to the title (In the title table) and the title links to the hire band (in the hire band table).
I am trying to use Dlookup to set this default value however all i have is :
=DLookUp("[Band_Charge]","Hire band","[Hire_Band] = 'Band 1'")
it just returns £3.00 everytime.
Any help would be appreciated as im very new with this. sorry about the length and if you need me to elaborate on anything id be happy to.