Search results

  1. G

    box showing choices, select multiple choices for each record

    Hello Hi Adam, Learning HEAPS. Yes, I tried everything I tried everything in this little article i found last night. :(
  2. G

    box showing choices, select multiple choices for each record

    Snapshot of issue here are 3 snapshots of the Issue..
  3. G

    box showing choices, select multiple choices for each record

    Installing works like a charm. I would post the database but its HUGE!!! the last one i had to dissect and then post part.. I THINK it may have something to do with the relationship? how should the MACHINE and MACHINESOFTWARE be related? tblMACHINE has | machineID Autonumber as primary Key...
  4. G

    box showing choices, select multiple choices for each record

    Problem Deleting from installed software Hello Adam, cant quite get this to work. almost I am getting a popup asking for a parameter value when trying to remove software from lstInstalled. ( right List Box ) I have tried everything , it seems it cannot pick up the value from the main form...
  5. G

    box showing choices, select multiple choices for each record

    Edit I turned the COMBO BOXES to LIST BOXES, What edit to the code would I have to add or remove to multiselect more then one? and of course delete more then one or clear all. thank you Adam. gCoaster PS Also learned how to get rid of the warning message on delete from the right by...
  6. G

    box showing choices, select multiple choices for each record

    Dude... :rolleyes: you rock. I would have NEVER guessed this part ( Well eventually after studying VBA for a year ) DoCmd.RunSQL "DELETE * FROM Installations WHERE Installations.client = Forms!frmclients!client AND " & _ "Installations.computer = Forms!frmclients!computer...
  7. G

    box showing choices, select multiple choices for each record

    Hello Adam, I am kinda understanding this.. What would I have to change to do the fallowing? [1] Get items from the RIGHT to the LEFT? in other words, if I uninstalled something Attached is the original database. Thank you!!!! gcoaster
  8. G

    box showing choices, select multiple choices for each record

    Hello Adam! thank you very very much! I am looking at it now and no matter how much my brain hurts, no way am i giving up! Lord willing of course.. there is a error on the right to left but this looks like IT!!!! its midnight here, but tomorrow i am so at this. thank you ADAM! you just made a...
  9. G

    box showing choices, select multiple choices for each record

    Trouble I almost got it I think.. in too deep now to quite! been working on this for a month.. halp! One thing i have learned.. you have to be a full on programmer to make things really work.. here is my code, Option Compare Database Option Explicit Private Sub btnRight_Click() If Not...
  10. G

    box showing choices, select multiple choices for each record

    Thank you! Thank you Adam, I am going to give it a shot right now,.. I kinda understand. Best Regards, Matt
  11. G

    box showing choices, select multiple choices for each record

    Thank you Adam for asking, ComboBox
  12. G

    box showing choices, select multiple choices for each record

    Hello, * Access 2007 * Little Experience with VBA I will try and make this as clear as I can. ISSUE I have a database that has information for Clients and their Computers. I am trying to make a subform linked to each Computer The Subform shows me the entire list of software titles in one...
Back
Top Bottom