Search results

  1. C

    Print Preview on a Form????

    Hi I am also new to access, If I use the web browser will the pdf appear on the form? and how ca I navigate the pages of this pdf
  2. C

    Solved Bar at the bottom of the screen

    I created a subform bounded to the main table and formatted the the report looks like (contineous)... but on these subform I to show only a certain numbers of records and the remaining will be on the next page and these pages can be navigated in a control button on the form. I also want this...
  3. C

    Solved Bar at the bottom of the screen

    Thanks for the response Pat, is it possible to show a non-continuous report in a form which can navigate the pages through a command button?
  4. C

    Solved Bar at the bottom of the screen

    I want it to be like this
  5. C

    Solved Bar at the bottom of the screen

    Thanks , I get to hide it on the form... I have this report which is default to show as page preview, I also want to hide its navigation buttons but I cannot find the navigation buttons property in report property sheet.
  6. C

    Solved Bar at the bottom of the screen

    Hi guys, what is the name of the bar at the bottom of the screen before the status bar and how can I hide it when opening forms or report Thanks
  7. C

    Problem in deleting records on the table through form

    Thank you very much madefemere for the quick reply. That code solves my problem...:)
  8. C

    Problem in deleting records on the table through form

    :confused: Hello, I have a form linked to a table and in my form there is a listbox reflecting the records in my table. Evereytime I tick a record in the list box the information on its corresponding columns appears on the text field. So far I am able to add, modify and save record to my table...
  9. C

    Command button to save cahnges on the record

    Thank you for your help JHB, I finally got the button I want through your help. I examined the VB codes that you changed or added and I found this one which I cant analyze Private Sub FindInList() Dim ListValuefound As Boolean, x As Long For x = 0 To Me.List14.ListCount If Me.CODE =...
  10. C

    Command button to save cahnges on the record

    Thanks Dave for the reply but I am confused (I am stil a beginner), what is the thing that I should not do? and I dont have combo box in my form. You can check & work around in my form in the attached database if you like. My problem is editing "set of Data" I selected from the list box...
  11. C

    Command button to save cahnges on the record

    Thank you JHB for your reply but I cant still modify record using the databse that you attached..it just added the new record like what I did on the original database.. The original form for me was fine I just need to find a way to modify existing record which was shown on the text box...
  12. C

    Command button to save cahnges on the record

    when I hit the add record button, everything I type in the textbox will be added in the record unless the CODE is not the same with the existing record (which is the primary key to my table ) - Its like a new record is added. Thanks CazB for the quick reply.... When I hit the refresh button...
  13. C

    Command button to save cahnges on the record

    I have a form named CORRES_TYP with 3 text boxes and a list box. I also have a separate table with 3 field from where the information I put in the form was saved. In my form whenever I put information on the textbox at hit add record button, these information are saved in my table and will...
  14. C

    Newbie

    Hi I'm Robert form the Philippines, I am totally new to Access and no knowledge of any programming language. I hope I can learn a lot in this forums so that I can be able to contribute also in the future...:)
Back
Top Bottom