Search results

  1. V

    Edit Repository Custom Functions

    [Solved] Edit Repository Custom Functions Hi there, I simply want to know if there is any way to edit a custom function shared via the repository ? Actually, I copy and paste my code in Word and after changes I delete and recreate the custom function on the repository... but if there is a way...
  2. V

    Searching every items in a listbox

    Hi there! I'm facing a problem that I'm trying to solve myself. But before writing 1 000 000 lines of code, I want to ask you if a simpliest solution can help me: In a form, I have a listbox that contains X number of customers numbers. Once my listbox is filled up, I have a button where the...
  3. V

    Create a new field

    Hi there! I'm trying to create a new field in a table but I got a conversion type error in my code : Public Sub add_field() 'I take the last sequential number from a table Dim idtt As Integer idtt = DMax("ID", "tbl_task") Dim db As Database Dim tbl As TableDef Dim fld As...
Back
Top Bottom