Recent content by Insentive

  1. I

    Enter Parameter Value?

    Need some help, in the following code i want a input box to pop up and request the user enter a valuee that will replace a previous one (amending). Currently after a press "ok" on the inputbox it askes me for the parameter value of the value i typed into the inputbox (not the variable). i dotn...
  2. I

    HElp Debugging

    It doesnt specifiy the line of code it just says something about expects a action t be fired and problems with the OLE server. I will get oyu the EXACT error is necessary.
  3. I

    HElp Debugging

    What is wrong with this code Private Sub Command161_Click() On Error GoTo Err_Command161_Click Dim num As Integer Dim Test As String Dim MainVal As String Dim varInfoID As String Dim varAppealID As String Dim varAppeal As String Dim strSQL As String varAppeal = Me.Combo4.Value varAppealID =...
  4. I

    Deleting and Item from a listbox.

    RowSource is a query and therefore the rowsource type would be table/query.
  5. I

    Deleting and Item from a listbox.

    I am seriously stuck on how to delete an item form a list box, Basically i want on the click of a button for selected item to be deleted from the list box. My first thought just simply do .removeitem then .itemselected but obviously that didnt, what was i thinking, Can anyone help me out here?
  6. I

    Counting rows

    :o so how am i gonna put that together?
  7. I

    Counting rows

    How do you count the amount of rows in a specific table using VBA ofcourse.
  8. I

    Using SQL

    Hi Im trying to create some dynamics into my database, ive been trying to get to grips with most of the VBA functions. Can you guys explain how i could execute swql queries using vba or link me to any tutorials.
  9. I

    Using VBA how to manipulate tables.

    Jus ta quick one. Can you tell me the functions to add records to table and such. Im not 100% how to use the recordset functions at the moment.
  10. I

    Search Populating a list box.

    Yerr thats what i was thinkign instead of over complicating things :D
  11. I

    Search Populating a list box.

    okay i will explain to you what im going todo. The user searches into a text feild an organisation name, once found the user clicks and a list box is populated with employess to that organisation. Thats "ultimately" wha ti am trying to acheive.
  12. I

    Search Populating a list box.

    Hmm... Im not sure how im going to loop the results of the search and display it in a listbox..
  13. I

    Search Populating a list box.

    Im totally confused on how to do this, therefore i am here to seek help and advice. Bascially i want to search a table, get the results from the search to populate a list box. And also to select aresult from a list box and then get results to populate another list box. My VB skills are...
Back
Top Bottom