Recent content by Mitsuki

  1. M

    Concatenation

    I didnt get you please expain
  2. 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...
  3. 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...
  4. M

    sub form and excel file

    Is it possible?
  5. M

    Syntax Error

    I have 2 tables WHSender (Sender, Phone, SenderID) and WHSend (SenderID, Sender) In the form I have a combo box with sender's names and I have a list box called Sender Phone .. Whenever the user choose and sender name I want the sender phone to change regarding the sender name ... Does this...
  6. 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));
  7. 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
  8. 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...
  9. 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...
  10. M

    Guideness please!

    Thank you This gave the feel of the idea .. I have a question now I have a check box on the form "Send to site" now I did a macro that when the box is checked it opens the "History" Table now when the table opens all the items which are checked to be sent to site must be there plus the...
  11. 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