Search results

  1. R

    menubar & outputTo macro

    Hi, i've a menubar with a "direct link" to an outputTo macro (exporting a query to an excel file)..in the "admin" mode is working..but in user mode when i click on it i've this message my db is not read only (or i think so..where can i find this?) and is not unconverted from an earlier...
  2. R

    db shared is read only!

    Hi, i've a problem there's a database in a shared folder (two pc connected NOT in a LAN). the database is on the pc called "A", i'm in the other (called "B") ; i open the db and i've a message "read only". so i cannot enter, modify, ... how can i give to the pc "B" the possibilty to modifiy the...
  3. R

    missing library

    Hi, i've developed a program in access 2003, but now i'm on access 2000 and seems that one / more library is/are missing.. i've this part of code Private Sub List0_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) Dim strOrd As String, strSql As String If Button...
  4. R

    query with dates, ...help pls!

    Hi, i want to create a booking system but i've a problem i've these tables cars _ car_id _ car_name booking _ book_id _ book_start _ book_end _ car_id_fk and the following data: car 1: booked from 11.01.2007 until 14.01.2007 car 1: booked from 19.01.2007 until 24.01.2007 car 2...
  5. R

    listbox extended multiselect & opening form

    Hi, i was wondering if it's possible in a listbox with the multiselect option set to extended simply click on a field and open a form with the data of this field.. example: i've a listbox of my customers, (only first and last name)..i click on one of this and a new form with all the details'll...
  6. R

    updating a listbox

    Hi, I've a listbox. Once i doubleclick on a data on this listbox an editing form will open. I modify my data, save, close. But the data on the listbox are the same as before.. how can i update this data?? Something like once i saved & closed the editing form the listbox will update....don't...
  7. R

    copy values from form to form

    hi! I've a question.. I've a form with two fields (min and max). How can I copy those two fields in another form and generate a list of values that are between min and max?? the two form and the data are not linked with tables.. FORM A -------- min = 3 max = 15 FORM B -------- 3 4 ... 15...
Back
Top Bottom