Search results

  1. H

    Add 1 or = to same as

    I have a form with a few textboxes where I add info to a table. I want to know if I have a textbox that always shows "123mag1212" is is possible that when I add a new record it can ask me (button with +1 or =) if I want to increase the number by one "123mag1213" or leave it the same.
  2. H

    Append execl into database

    I do have a access database, and every day I have to put date in manually, how can I get to append it into my database, see my two screens 1a is my database table and 1b is my work sheet. What is the best why and how can I do it.
  3. H

    Dropdown list not working

    Using Access 2010 I have build a new form with textboxes and 5 dropdown list boxes. I have make a main table where all the info must go into that it is getting from the vorm input. I have also make 5 different tables were the info of the dropdown list is in. I have make each dropdown list to...
  4. H

    Show date in messagebox

    I have a messagebox and want to know if it is possible that the messagebox give me a date as 15/01/2015 and not 15/01/2015. Using dailog box as messagebox Private Sub Save_Click() Dialog.Box "Tape # : " & Me.Tape & vbCrLf & "Sticker # : " & Me.Container1 & vbCrLf &...
  5. H

    Give info if one textbox if other textbox have certain info

    Is this possible, I have 5 textboxes in my form, in my fist textbox I am putting info in, so I want my last Textbox to give certain info if there is something in the first text box. Eg. in my first Textbox I have AAG123, so in my last textbox I want this to have this info "UNIX" in last...
  6. H

    Dispaly info on messagebox

    I have a form that have a button to save recrods into my table, I am using a access macro to show message box thati it have saved the record, now I want the message box to show some info that was saved in the messagebox aslo. I have try this, but is is worng and don't work. How can I get it to...
  7. H

    Focus on textbox

    have a form, that I am using pop date chooser, it is working, but I am trying to put focus on the textbox, so that when I click the dte, it should show up when I press the use date button When I am trying to compile I am getting this error. "Method or data member not found" on this line...
  8. H

    Use table info in a textbox

    I need help please I have a access 2010 file, with 3 tables. On my form I have a tape Textbox where I put tape numbers in that is on a other table inside my access file (for now I just type a tape number in), then save the info to other table also inside access file. I want to know...
  9. H

    Show info in textbox when pressing button

    I have a button that when I press it it goes to new screen where I can add new data in, and then save it. I have 10 texboxes in this form, how can I when press the button to add data let it on 3 texboxes show info eg. 4321MAG01- and when I am on the new form I can change or add to it. eg...
  10. H

    Carry current value of a control to new records on a form with tabs

    I have created a new form with a few tabs, I need to let the value's of the last record be carry to a new record, but it must only show when I press the first letter on the new record, I did rerad about this, but only find it for normal forms. Did try to get it to work, but it dows not work on...
  11. H

    dropdown list

    I an new to Acess, and have make this database, I have 3 tables that I trying to use as dropdown list, did the dropdown list but I do not know how to use it, it does not work and I cannot add new records. Here is my file.
  12. H

    hello

    Hello, I am a new member, this is my first time using Access, I am from South Africa.
Back
Top Bottom