Search results

  1. M

    Concatenation

    Hello, I have a query ... i hope that you can help me solve it! I am creating a database where i was the ID to be concatenated from 3 fields. I did that well i think i did but when i save the concatenation of the ID is not saved in the table .. :confused: In the ID field in the form i...
  2. M

    Doesnt save!

    I have a problem .. In on of my forms I have 2 combo boxes and 2 list boxes Combo 1 - have the senders name List box 1 - should populate the chosen sender's phone Comb 2 - Receipent names List box 2 - should populate the chosen recepient phone It works alright but when i go to the...
  3. M

    Syntax Error

    Hi Can someone please tell me what is wrong with this statement SELECT WHSender.Sender, WHSender.Phone FROM WHSender WHERE (((WHSender.SenderID) Like forms!GeneralForm!ShipmentData.SenderName));
  4. M

    sub form and excel file

    Hi I have a form which has a sub form in it I created a button which I want when clicked on to export what is in the sub form to an excel file ... Can someone tell me how please
  5. M

    Insert into DB

    Hello I have a form which I creates in asp.net I am trying to insert its inputs to the database but it doesnt .. Can you please see if I am on the right track html code ASP.NET Code Sub btnSubmit_Click(sender As Object, e As EventArgs) Dim itemName As String = txtItemNm.Text...
  6. M

    Listbox selection

    Hi I need help please I have 2 listboxes and 2 tables The first listbox will retreive the items from table 1 and if needed will move it to the second listbox when moved to the second listbox it should be inserted in table 2 I just want to understand the idea .. am running out of time please...
  7. M

    Guideness please!

    Hi I just want to know how to do it ... I have a form (ALL ITEMS) where I want to move the record from it to another .. in the form I have a check box + a button which opens another form (History) this form should automatically take the primary key form (ALL ITEMS) form and place in the form...
Back
Top Bottom