ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 14, 2022 #1 hy buddies.... i am trying to get data from a subform textbox which is not existing in table. on main form i am trying to get the data. but its not working. where i am wrong see image Attachments Untitled.png 59.2 KB · Views: 232
hy buddies.... i am trying to get data from a subform textbox which is not existing in table. on main form i am trying to get the data. but its not working. where i am wrong see image
June7 AWF VIP Local time Today, 14:48 Joined Mar 9, 2014 Messages 5,959 Apr 14, 2022 #2 Domain aggregate functions pull data from table or query not form. You reference textbox like: =[subform container name].Form.textboxname
Domain aggregate functions pull data from table or query not form. You reference textbox like: =[subform container name].Form.textboxname
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 06:48 Joined May 7, 2009 Messages 20,278 Apr 14, 2022 #3 maybe use same Expression for your mainform's textbox: =dLookup("totals", "Expendaturefrm")
June7 AWF VIP Local time Today, 14:48 Joined Mar 9, 2014 Messages 5,959 Apr 14, 2022 #4 I am guessing subform calc is: =Sum([Amount])
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 15, 2022 #5 June7 said: Domain aggregate functions pull data from table or query not form. You reference textbox like: =[subform container name].Form.textboxname Click to expand... not working
June7 said: Domain aggregate functions pull data from table or query not form. You reference textbox like: =[subform container name].Form.textboxname Click to expand... not working
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 15, 2022 #6 June7 said: I am guessing subform calc is: =Sum([Amount]) Click to expand... this not
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 15, 2022 #7 arnelgp said: maybe use same Expression for your mainform's textbox: =dLookup("totals", "Expendaturefrm") Click to expand... no
arnelgp said: maybe use same Expression for your mainform's textbox: =dLookup("totals", "Expendaturefrm") Click to expand... no
June7 AWF VIP Local time Today, 14:48 Joined Mar 9, 2014 Messages 5,959 Apr 15, 2022 #8 Then what is it? If you want to provide db for analysis, follow instructions at bottom of my post.
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 16, 2022 #9 yes sure i will send here
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 16, 2022 #10 here id db. no confidential data.... just dummy data inside.... Attachments try.zip try.zip 3 MB · Views: 258
L Lampje Member Local time Tomorrow, 00:48 Joined Jul 20, 2021 Messages 37 Apr 16, 2022 #11 =[Expendaturetbl]! [Totalen]
ZKHADI Member Local time Tomorrow, 03:48 Joined Apr 5, 2021 Messages 118 Apr 16, 2022 #12 Lampje said: =[Expendaturetbl]! [Totalen] Click to expand... data picking from subform not from table
Lampje said: =[Expendaturetbl]! [Totalen] Click to expand... data picking from subform not from table
L Lampje Member Local time Tomorrow, 00:48 Joined Jul 20, 2021 Messages 37 Apr 16, 2022 #13 Data comes from the Subform see image.
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 06:48 Joined May 7, 2009 Messages 20,278 Apr 16, 2022 #14 see the total on the lower portion of the main form. Attachments try.zip try.zip 2.4 MB · Views: 248