Hello,
I have a form with a listbox, This listbox select data from a table. What I want to do is when I double click on a line it popup a form with the info in order to update the information and to save it in my table,
any idea
See attachement
LG
Hi!
If someone is interested to help me about building an FTE/Headcounts reporting tool, you're warmely wellcome :)
I'm building an access database witch the following table
T_Category
T_Country
T_Departement
T_Function
T_FTE type
T_Analytical code 1
T_Year
T_Month
I've already the...
Hello,
I have a multiple selection listbox (datasource on a tble). I try to delete the selected row from the list box with that VBA:
Private Sub Command61_Click()
On Error GoTo Err_Exit_Click
Dim i
For Each i In ListInputBudget.ItemsSelected
Dim db As Database
Dim rs As Recordset
Set db =...