Hi
I need a bit of help (not really a developer so be gentle):
I have a two frame framset, in the top frame (frmTop)I have a simple form (form: AddPerson)that lets me add a new document based on a user (field: usrName)selected from the directory and a group ~(there are only 4 groups) from a pick list (field: usrGroup). The bottom frame (frmView) contains a view (view: UserList) that is refreshed when a new document is added.
I have two requirements:
-
I can select (tick) a document in the view frame but I need a button in the top form frame that will delete the document that is ticked in the lower view frame.
-
I have a second database that I want to be able to populate a combobox on a form with the names for one of the groups in the above database. I.E. I can have one combobox for each of the groups that will only show the members of that specific group.
I hope that makes sense and is not too much
thanks in advance
Martin