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...
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 =...
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
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.
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...
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?
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:
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
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...