Search results

  1. I

    Default, Populated Fields

    why not make one topic in one section instead of makeing multiple simular topics at diffrent sections. have a great day.
  2. I

    default listbox locks

    Sam, Thanks for your reply. But with your solution i would have a multi select listbox. i dont want it to be possible to select mutiple list elements. And still one selection locks, and i can selecct other, but only as multi
  3. I

    default listbox locks

    Hi, i did a search, but i coudnt find a sulotion. I want to selected a item in a listbox when a form opens. i tried: Me.ProjectView.Selected(1) = True but this locks the listbox, and nothingelse can be selected. i tried it with Me!ProjectView!Selected(1) = True this returns an error...
  4. I

    setting window location

    great. Thanks i didnt know where to look for!
  5. I

    setting window location

    hi, can i set the location of my windowform? i have created a dummy tabstyle form. It exsist out of 3 forms. Those forms are on top of eachother. is there a way that i can lock the windowlocation. for example: form.left = 0 or someting like that? thanks
  6. I

    leftjoin trouble i think!

    i have this atm SELECT ProjectMembers.EmployeeCode, ProjectMembers.ProjectCode FROM ProjectMembers WHERE (((ProjectMembers.EmployeeCode) Not In ((select ProjectGroup.EmployeeCode from ProjectGroup where ProjectGroup.GroupCode)<>[Forms]![GroupView]![GroupView])) AND...
  7. I

    leftjoin trouble i think!

    projectgroup and fk
  8. I

    leftjoin trouble i think!

    Hi, im realy realy stuck this time. This is the problem: i have 2 tables. groupproject, employeproject. Groupproject has: groupcode(pk), employeCode(pk), projectCode(pk) employeeGroup has: employeeCode(pk) and projectCode(pk) a project can have a group and a group can have members. A member...
  9. I

    why doesnt this work

    I have to tables. one dummy and one main. The have the same fields. the dummy is filled by a form. i want to see where they are diffrent. But the query shows all the dummys records. I just want it to show the record that doesnt exists in the main table. SELECT DISTINCT...
  10. I

    popupform

    thanks for the reply, maybe its not possible ?
  11. I

    popupform

    anyone ? im really stuck!
  12. I

    popupform

    Hi, Im working on a form. This form has a button. When the button is clicked, a popup form, just a smaller sized form needs to open. The problem is that the main window is maximized. When i try to open the small form, it opens or maximized, or it also resizes the mainform to dialog. can this...
  13. I

    Performance. Importend question

    Ok, thanks for your reply.
  14. I

    Performance. Importend question

    Hi, Im developing a project database. A normal project will need 10 000 records in the biggest table. Does this effect the performance? I mean, when they have done 8 projects, there will be like 80 000 records in one table. Is this to much? Does this influence the performance very much ? The...
  15. I

    Dim cnn As Connection

    Hi, I have a question. When i search for examples, i often find what i need. When it concerns databases, i get i bit of trouble. I looked some stuff up in books, but still im a bit confused. Here is the thing. When i want to edit a database. I use the following code: Dim cnn As Connection...
  16. I

    2 forms, cant scrol records!!

    Hi, ive got a hard question. I have two forms. Form 1 has a listbox. I select (for example) in the listbox the employee i want to edit. Then i press edit and in the new form the proper employee opens. But when i want to scroll more records, then there arent. I have to go back to the listbox and...
  17. I

    How difficult is it to make a sychronisationfunction?

    How difficult is it to make a sychronisationfunction? I have a meetings database. Sometimes the meetings are enterd localy and need to be sychronized with the main file. Is this hard to do? where do i start. Thank you for your reply! Joost
  18. I

    invalid procedure call

    thanks. checking it out right now
  19. I

    invalid procedure call

    i think i fixed it m8 i just used 3 spaces
  20. I

    invalid procedure call

    hehe and yes that would be the list
Back
Top Bottom