D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 15, 2013 #1 i have tabel total days and time now i need the formula [total days]*[time] dont work help :banghead:
i have tabel total days and time now i need the formula [total days]*[time] dont work help :banghead:
J JHB Have been here a while Local time Today, 16:30 Joined Jun 17, 2012 Messages 7,732 Dec 15, 2013 #2 You know where and what you are trying to do we don't, so you need to give more information. What do you mean with "dont work" any error message/error number? Where are you doing the calculation, in a form/query/report or??
You know where and what you are trying to do we don't, so you need to give more information. What do you mean with "dont work" any error message/error number? Where are you doing the calculation, in a form/query/report or??
D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 15, 2013 #3 first off al i do this in the query i have the field Workingday`s and time now i need the formule that day`s * time so i have total hours days are 12 time 8:00 so it is 96 hours the formele [days]*[time] don`t work give in the query ( fout)
first off al i do this in the query i have the field Workingday`s and time now i need the formule that day`s * time so i have total hours days are 12 time 8:00 so it is 96 hours the formele [days]*[time] don`t work give in the query ( fout)
J JHB Have been here a while Local time Today, 16:30 Joined Jun 17, 2012 Messages 7,732 Dec 15, 2013 #4 Show the SQL string and show your table structure, because one time you call the same field, (so as I read it): [total days], [days] and [Workingday`s].
Show the SQL string and show your table structure, because one time you call the same field, (so as I read it): [total days], [days] and [Workingday`s].
D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 15, 2013 #5 see fout and that the place ware i need code for
D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 15, 2013 #6 oops no picture now i`ts close in Attachments query .jpg 93.7 KB · Views: 98
J JHB Have been here a while Local time Today, 16:30 Joined Jun 17, 2012 Messages 7,732 Dec 16, 2013 #7 Where you have the "fout" in column "T" type in the following, (you must replace the .. because I can't see the hole fieldname. Code: T:[Aantaldage[B][COLOR=Red]..[/COLOR][/B]]*[Werkuren]
Where you have the "fout" in column "T" type in the following, (you must replace the .. because I can't see the hole fieldname. Code: T:[Aantaldage[B][COLOR=Red]..[/COLOR][/B]]*[Werkuren]
D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 16, 2013 #8 That is the problem it don`t work see below Attachments query .png 13.9 KB · Views: 96
K kaherdin Registered User. Local time Today, 07:30 Joined Dec 12, 2013 Messages 11 Dec 17, 2013 #9 dino said: That is the problem it don`t work see below Click to expand... In "weergave", click till small small down-arrow, click SQL. There you will see the acctual SQL statement. Copy that here inside " Code: "
dino said: That is the problem it don`t work see below Click to expand... In "weergave", click till small small down-arrow, click SQL. There you will see the acctual SQL statement. Copy that here inside " Code: "
J JHB Have been here a while Local time Today, 16:30 Joined Jun 17, 2012 Messages 7,732 Dec 17, 2013 #10 Try the below, else post a stripped version of your database with some sample data in it. Code: T: [Totaal Dagen]*Format([totaal Uren];"h")
Try the below, else post a stripped version of your database with some sample data in it. Code: T: [Totaal Dagen]*Format([totaal Uren];"h")
D dino Registered User. Local time Today, 07:30 Joined Dec 13, 2013 Messages 21 Dec 17, 2013 #11 he thanks this works.