No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
12 Posted Topics
hi ive got the same problem i tried the codes u gave but when i run the prog i get no response where exactly do i code coz i coded in command1 thanks
hi everyone can someone please help am trying to convert numbers to words but there no response at all when i run the prog. i used the codes below [CODE] Function Getword(strNumber) Dim strtemp As String Dim x, y, z As Integer x = Val(Mid$(strNumber, 1, 1)) y = Val(Mid$(strNumber, …
Hi people need codes for displaying serial number in a receipt (ie a unique number after every transaction) here is the receipt code am working on [code] Private Sub CmdPrint_Click() 'printing a receipt If MsgBox("Print Receipt?", vbYesNo, "Receipt") = vbYes Then Printer.Print Tab(30); Printer.Print Tab(30); "TIKMASH MANAGEMENT LIMITED" Printer.Print Tab(30); …
hi waltp the code i need is like (TK012001) and is to appear on the receipt and change whenever i make a transaction i.e TK012001, TK012002, TK012003.......... is that possible?
hi need codes for displaying a negative value eg ($-1000) in the balance txt when a person pays more cash here are my codes Private Sub CmdCalc_Click() 'to declare variables Dim Nam As String Dim Unit As String Dim Amt As Currency Dim Bal As Currency Dim Tot As Currency …
Hi av got fields (Amount paid, balance & Total) now need codes that will display a negative value in (field Bal) when a person pays more thank u
Need to sort my database such that to view a single customers payment over a year
need a code to display date & time on the form so that when form is print i get to see the day & time events took place
Hi there need help on how to make the splash screen fade in transparently then afterwards start the progress bar that will lead in opening the 1st form
codes for moving bar while indicating progress in percentage (1-100)
The End.
Masterace