Hi SSBrando,
Useing a listbox as you have, there is no drawback only if you have a lot of products in the table it will take time to load listbox.You should have the listbox tied to a Quary that might be able to filter what is loaded in to the listBox.
I have designed a Point Of Sale for two...
Hi,
Thanks for the reply but I have tryed this and it still asks for the password all I have to do is press enter with no password to get by this and every thing is normal But how can i stop it from asking for the password?
regards
Duff
Hi,
I have a home network with 3 computers connected,
How can I stop the computer asking for the network password every time it starts.
Is there a way to logon to the network without the password?
Thanks
Duff
Hi,
You could try Expr1:Partition(now()-[Date],1,120,30)
this breaks the info into groups startind with day1 ending 120 days with a grouping of 30 days - 1,120,30
hope this is of some use
Duf
I am working on a time and rate pay sheet
My problem is...... worktime starts at 00:18 and worktime ends at 09:30 a different rate of pay comes into effect at 07:00 to the end of work time how can i allow for that?
I use DateDiff("n", txtStart, txtEnd) / 60 to find the difference between the...
Hi,
I your CrossTab Query put in the following
Field = Expr1:Format([Date],"yyyy")
Table =
Total = Group By
CrossTab = Colum Heading
and next enter
Field = Sales Order
Table = tblSales (your table name)
Total = Sum
CrossTab = Value
That should do it
Regards
Duf
hi,
two ways of doing this, One is to enter the amount the Costomer pays in a negative amount -10.00, you can do this in the Afterupdate event of the field by using (txtTextbox)* -1
Or use a debit field and a credit field and have the Balance due field calaculated the balance.
Duf
Hi,
Does anyone knowe of a code that will allow the user to enter a cash value in a textbox without having to use a decimal piont, I want to automatically insert the Decimal point???
Can you point me in the right direction
Regards
Duf
Hi,
Does anyone knowe of a code that will allow the user to enter a cash value in a textbox without having to use a decimal piont, I want to automatically insert the Decimal point???
Can you point me in the right direction
Regards
Duf
Hi,
Check out the NorthWind Database that comes with Access
I have build a barcode sacnning inventory program for a Fashion Shop using the examples from Nortwind Db with modifactions.
Look at the afterUpdate Function of the ProductID text box in the Subform of the Orders Form (Dlookup)
Best of...
Hi,
Try this without the ' it all depends what type of data.
=DLookUp("[Unit_Cost]", "[Product_Prices]","[Prod_description] = " & [cbo_desktop] & "")
Regards
Duf
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.