Recent content by Mindzeye

  1. M

    Display one record per tab

    Thanks Pat I like the idea and think I can make it work the way I want to use it
  2. M

    Test for last Record , GoTo First Record, else GoTo Next Record,

    This works great when using the next button to navigating from the last record to the first record but I am having trouble using the previous button and navigating to the last record. see below On Error GoTo Err_Previous_Record With Recordset If .AbsolutePosition = .RecordCount = 0 Then 'you...
  3. M

    Display one record per tab

    Pat, Thank you for your reply, my goal with the tabs is to be able to show all of the topics at one time and allow the user to quickly go to that topic. I dont know how to associate a tab to a record so it will display all of its contents.
  4. M

    Display one record per tab

    I have a table with only ten records, this will not change. I would like to create tabs like and index showing one record per tab. Is there an easy way of doing this
  5. M

    Free style textbox on a form

    I am would like to put a text box on a form so when I am in Form view I can put notes in it, but when I go into design view it doesnt erase the notes. This does not need to be connected to a table in anyway and need to be able to hold a lot of data.
  6. M

    delete data in a table

    that worked perfectly, thank you Paul --- again
  7. M

    delete data in a table

    I am trying to delete the data in a table by selecting the table I want to delete the table in from a combo box on a form. This is what I am using Dim strFileName As Variant strFileName = File_imported DoCmd.DeleteObject acTable = strFileName :banghead: Any help you can provide would be...
  8. M

    Browse for a file to import and capture its path

    Thanks Paul I have it figured out now
  9. M

    Browse for a file to import and capture its path

    Thanks for putting this is the right place Paul. I am able to browse and get the data into the table. I want to create a table to track where the data is being imported from. I would presume that the best place to grab that is as I am importing it. Forgive me, I am new to coding.
  10. M

    Browse for a file to import and capture its path

    Hello all I am new to this forum and hope I am in the right place to ask a question. I am creating a database where I want to be able to browse to a file, select it and import it into a table. I am able to do this. BUt what I want to do is create a log of these imports and haveit include the...
  11. M

    Newbie

    Hello Access world, I have played with access for a long time but by no means am I great at it. But when ever I was stuck or had a how to question I always got the answer from this site. This site and all of you that have responded to querstion rock, Thank you
Back
Top Bottom