Search results

  1. A

    Populate values back from list box.

    Hi I am developing a pgm for my comp.I enter the values in a form and those values are reflected back on a list.There's a search option which shows the results in the same list box.Wen I double click the results in list it doesnt show the corresponding values ....Please help me.. Anyhelp is...
  2. A

    Populate data from list back to form

    The link in the zip file or in the code I pasted? Zip file has only link to the table.
  3. A

    Populate data from list back to form

    I am trying to pull the data from a table back to the form by double clicking on a n item in a list.I am unable to do it.I have zipped an example. Can anyone please please guide me? Thanks ! THis is my code for my work. Private Sub lst_OrderDetail_DblClick(Cancel As Integer) Set myDB =...
  4. A

    Priniting a report

    Thanks a lot it worked :) :) :) :)
  5. A

    Priniting a report

    No I havent..Let me check
  6. A

    Priniting a report

    I created a form ,table and a report for my company.The report shows all the important details entered.How can I print a report by using a button on my form? :confused: :confused: thanks
  7. A

    pouplate limited values in a list box?

    Thanks a lot,WIll try and post my results!
  8. A

    List box Items different than table

    Thanks I am trying....Can anyone plz help me just to pouplate 2 rows from a table to the listbox? If you see there are 4 records.But i need just 2 based on the date I entered.
  9. A

    List box Items different than table

    I have a form to enter the data, a list box to reflect the data I entered in a table. The idea is to click on an item in the list box and to populate the values back to the fields in the form.But something wierd is happening. The data on the listbox and the data in the fields is different when...
  10. A

    pouplate limited values in a list box?

    Can anyone help me?
  11. A

    pouplate limited values in a list box?

    I am determining the latest by the date I enter! Is it a difficult task?
  12. A

    pouplate limited values in a list box?

    populate limited values in a list box? :confused: :confused: I have a challenge of populating just 10 latest values from a column of a table to a list ..Can anyone help me solve this please?
  13. A

    How to delete !

    Hi I need some advice here. I have a form with fields to input value.The values are listed in a listbox in the form. How do I delete the record using a delete command button when I click on the values in the list box? I am sorry if I confused anyone.:confused: :confused:
  14. A

    How to edit the current values w/ new values?

    I wanted to edit old data ,which I am calling by clicking on the list box.When I edit the data,it's adding as new one into the table .How can I edit the same row of data in the table...?Thanks
  15. A

    Populate data from list back to form

    anyone ???? plz?
  16. A

    Populate data from list back to form

    Hi I am a newbie in Access and wanted some help.I have created a small form where i can dump some values.I pulled the values to a list box. Here's where i am facing the prob.I want to pull the values in the list box back into the fields in the form when I click on one particular line item.And...
Back
Top Bottom