Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for skalra63

i am currently using the following code so that when the cursor is over an object, it displays a description. [CODE]Private Sub txtSearchbox_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) frmeObjectDescription.Visible = True lblSearchCriteria.Visible = True End Sub[/CODE] however, i dont know how to make it …

Member Avatar for AndreRet
0
132
Member Avatar for skalra63

currently, i have got code that will let someone search a table in a database and return any possible recordsets into a listbox. however, i would like to be able to click on any of those items added to the list box, so that it will return other data from …

Member Avatar for suchisuchi07
0
221
Member Avatar for skalra63

ive posted this messge in 3 other forums, i hope i get a better response here. the following code has a button that removes the selected row from the grid. reset index, is what i am going to use so that the first column is always secquential, so all rows …

Member Avatar for troy183
0
128
Member Avatar for skalra63

i have the following code, however, the table that is created always starts at the begining of the document. so none of the text written beforehand can be seen. i also dont know how to write things after the table. [CODE]Private Sub wrd2() Dim c As Long Dim wrdApp As …

Member Avatar for skalra63
0
85
Member Avatar for skalra63

i have a text box, which the user may enter cash for sales. however, it doesnt seem to recognise anything after a decimal point. for example, if the product costs £300.07, it will only calculate the change ( if any) or display an error message if the tender is 300 …

Member Avatar for Comatose
0
95
Member Avatar for skalra63

one of my forms, when anything is done to it (opened saved etc) shows an error message. here is an image of the error message. anyone able to shed any light on this?

Member Avatar for skalra63
0
64
Member Avatar for skalra63

[U]what i want it to do : [/U] enter a barcode search grid if [I]barcode exists [/I] then increase Quantity by 1, recalculate subtotal, set vIndex to last row. if [I]barcode does not exist[/I] then search database for data, insert data ( getProduct, currently working) [U]current code[/U] [CODE]Private Sub searchItems() …

Member Avatar for skalra63
0
681
Member Avatar for skalra63

i wish to create a form to "sell"items, which will then add the items into an invoice database, and also produce a print out. however, i am stuck. i think i can use listboxes to hold the data, or a flex grid. however, i was told that using th flexgrid …

Member Avatar for Comatose
0
101
Member Avatar for skalra63

there are two things i need to do to my program. 1) centre the form on the screen, then make it full screen. so thatthe form is always in the centre disgregarding the size. 2) centre list/combo items. currently they are justified left, i need it so they are in …

Member Avatar for skalra63
0
134
Member Avatar for skalra63

currently, i have a form where a user can manipulate data. however, because i only want them to change "Supplier" of a product to a known one, i have created a second form. which they click (next to the supplier entry field.) this displays a list box ( with supplier …

Member Avatar for skalra63
0
119
Member Avatar for skalra63

i wondered if anyone could help me with this. i have a button on a form (frmUpdateProduct). this button opens up another form (frmSelectSupplier). i have a listbox which gets all the supplier names from the access database, and assigns then with the Supplier ID (also from the database). here …

Member Avatar for aparnesh
0
152
Member Avatar for skalra63

i am using ADODB to connect an access database to my forms. i have the folloing code which searches the database table for a barcode. it searches and displays correctly, until you put in a non existant barcode, then it comes up with error 3021. eof bof error. it highlights …

Member Avatar for nicentral
0
153
Member Avatar for skalra63

i am using ADODB to connect an access database to my forms. i have the folloing code which searches the database table for a barcode. it searches and displays correctly, until you put in a non existant barcode, then it comes up with error 3021. eof bof error. it highlights …

Member Avatar for skalra63
0
73