I faced another problem in another form with this equation as follows
=[LineTotal]+(CLng([LineTotal]*[SalesTaxRate]*100/100)+[FreightCharge]
I have tried to edit it as follow
=[LineTotal]+(CLng([LineTotal])*CLng([SalesTaxRate])*100/100)+[FreightCharge
But gave an error using too much ()
Your...
Hello my dear friends,
I really appreciate your support.
Finally i got to the line total arguement if you could help
Line Total: CLng(([Quantity]*[UnitPrice])*(1-[Discount])*100)/100
This is the item that is resulting in error if the unite price is more than 22,000,000
Is there a way to access how the calculation is done, because i tried to navigate the form i could not find anything. GPGeorge if you can help with a zoom call i would appreciate
Hello, i have an old ms access database that am stuck with in my work, where am facing an error when the total of multiplication is greater than 22, 000,000. I can not comtact the programmer anymore and need your help.
It is access 98.
Hello, i have graduated recently as a pediatrician, and i need clinic software. If anyone interested we can discuss tje points that must be included
Thank you.
Hi everyone. i have a navigation form and i added a button for a form that contains a combobox and a listbox, a query showed in listbox and filtered by the combobox. The problem is that the form is working fine alone. But when i added it to the navigation form when i press the navigation button...
i now how to open the form, but how to pass the title to the textbox, i need some help in with the code .
next, if i have this word in the textbox, how can i set a code to hide a textbox, with the condition if this word is present.
first i want to open the form from main window, and to set an unbound text with the title water supply.
then, according to the title water supply, some fields in the new form will be hidden.
i hope im clear enough, if anybody can help me.
hi, i need your help in this issue, i tried searching the net but couldn't solve it.
i need to open form1 from form2 and display in unbound textbox a definite title for the form.
according to the title i want to hide some fields and unhide others.
thanks
hello guys, im trying to make a database for my employes to count their attendance according to the days of the month and then get their salary.
i was thinking if there is any idea on how to create a form that show the days of the month and then i can add the names of the attending employes...
i appreciate your help, and sorry for not being clear.
i have found a solution, i placed this expression in the criteria field
IIf([Forms]![SEARCH]![Combo34]="Yes";Yes;No)
and it worked great.
and i need help to find both the yes and no records.
sorry if my question is not clear.
what i have is table that have yes / no field, and i have a search form with multiple fields as a criteria for a query, the text box and combo box are working good, but i tried to use a combo box for the criteria for the yes / no field but it didn't work.
the...