well the data gets entered fine into the flexgrid but the problem is when i click on the square i want to edit, it doesnt give me a cursor. it just stays highlighted
sorry about the repost something happened on my computer, but when i click on the flexgrid i cant even put in data. Its almost like its locked to readonly or something like that. Thanks
I have added a find button for my form and i want default settings to be
look in: my form name
match: any part of field
search: all
is there any way to do this by just code
when i press a preview report button i want to be able to just view the report of the record i am looking at now, and not all of them. How can i make this button do this. thanks
i want to use a msgbox that has yes or no option and then depending on what the user chooses i want to do something. i just dont know how to get the values from the function msgbox. thanks
i am trying to get "select * from Item where ItemNumber = " & num1 Item is a table and itemnumber is a column. i want to geteverything that has the same item number then take another value from it when i get the info. But, im getting this error No value given for one or more...
here is my code
Public Sub ChangeInventory()
Dim cmd as ADODB.Command
Dim rs as ADODB.Recordset
set cmd = New ADODB.command
cmd.ActiveConnection = cnn
cmd.CommandText = "select * from edition where edition = " & num2
cmd.CommandType = adCmdText
set rs = cmd.execute
if (rs.eof) then...
are there ways to search a database using two fields. FOr example i want to search the database for an entry in table EditionNumber where the parameters match a specific edition number and also an item number from that same table
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.