Search results

  1. Y

    orders calendar

    i am trying to find a code that will present me some orders calendar of rooms. i a trying to build some calendar that will show me the order date and the end date of the roon, rent by te customer, somehow that i will see that all the dates between these two date are occupied, like an outlook...
  2. Y

    status query

    i am trying to make a cross tab query that will give me the status of the unavalble rooms in my hotel somthing like that: romm num today today+1 today+1 today+2 today+3 today+4 and so on... 1 X X 2...
  3. Y

    hyperlink label to a tab control

    Private Sub lbl1_Click() Me.workers.SetFocus End Sub (workers is the tab page i want to go to)
  4. Y

    hyperlink label to a tab control

    well, when i want to write it in the code, it's like it doesnt recognize the name of the tab. in fact when i write the code i cant also cant find it in the list when i want to autocompete it
  5. Y

    hyperlink label to a tab control

    i dont know how to make it work. simple, clicking on label in tabcontrol1 will bring you to tabcontrol2
  6. Y

    dimming labels

    the conditional formating does not work on lables.
  7. Y

    dimming labels

    how can i dim label that i wtn it to be disable...but visible. i know i can do it with command button but i dont know how can i do it with label.
  8. Y

    two questions- (two frames and html form)

    great, but after the first page was opened it juped me all the time a crouser error and i cant do anuthing... what should i do?
  9. Y

    two questions- (two frames and html form)

    First quetion how can i make some form to be with two frames, one is the navugation tree and the second one is a frame that is changing akk the time, which means the navigation tree is not changing ever. i am trying to build somthing like asp with two frames and a record set and i dont know how...
  10. Y

    two questions- (two frames and html form)

    First quetion how can i make some form to be with two frames, one is the navugation tree and the second one is a frame that is changing akk the time, which means the navigation tree is not changing ever. i am trying to build somthing like asp with two frames and a record set and i dont know how...
  11. Y

    import linked files

    i execute an import with the "Transfer Spreadsheet" mothod, all of the data has passed to the excel spreadsheet but all the files that were linked as a OLE object is gone, nothing was passed to the new file. the files is linked and not an attachment so i have no idea why doesnt it passed to the...
  12. Y

    Picture in OLE Object

    i am trying to create ole field, that when each worker of mine will get his picture insie the ole object frame. the problem is that the picture does not appears, only the link or with or without icon. i want to see the picture itself, and that will change when i am changing the worker
  13. Y

    passing ID Number to another form

    i have two forms. one is the main form and there i put button that opened another form. when i open the second form i want to link the ID number from the main form to the second form so i wont have to insert the number each time i am opening it.
  14. Y

    hiding label text

    i did what you told me to, i put this code in the After update of the OLE object and it is not working.
  15. Y

    hiding label text

    i want to make a condition that if an OLE object of mine is empty then the label won't be visible. (visible=no) The reason i want it is that the ;label is placed inside the OLE object frame, and when i fill the ole object i want that the label will disappear
  16. Y

    link between two fields

    where is this wizard, when i am opening a new form?
  17. Y

    link between two fields

    Thnks but this is not what i meant... i want abutton that opens me the records of the person i point at in the main form. Look at the file that you sent me. i want to have a button that when i click on it, the data of the 'subform' appears, but in another form that being opened by clicking on...
  18. Y

    link between two fields

    how can i do it? what is it a subform?
  19. Y

    link between two fields

    i have a button that open another form. the form should copy some filed from the form that the button in it. Example. i have the from-A with field name- ID. in this form there is a button that open form-B. this form had also the field ID and another fields of information on the specific person...
  20. Y

    Startup button

    I accidentally removed all the marks from the startup button at the manue bar, now i also dont have the startup button at the manue bar so i can change it back. i cant do nothing......i need to go inside the designs and code...when i am going to do??????????/ Please help!!!!!!!!!!!!!
Back
Top Bottom