Search results

  1. H

    percentage feild

    why is it when i create a percentage feild the numbers viewed on the table are 100times? ie. if i typed in 2 in a form.. i will get 200% in the table. but when i search for it in a form it will give be the right about which was 2 ?? any help?
  2. H

    how do you create a global string?

    thanks dude
  3. H

    how do you echo a string?

    thanks dude
  4. H

    close a form without saving

    i am using this as for my close form button so it dosent save any changes but it dosent seem to work DoCmd.Close acForm, , acSaveNo i get an error meesage "the object requires a Object name argument" how can this be fixed
  5. H

    Undo command loop hole

    excuse the smily face, it just came up from the code
  6. H

    Undo command loop hole

    i am using DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 in a form when a user types in anything, but decides not to save. they will click on close.. the :DoCmd.DoMenuItem acFormBar, acEditMenu, acUndo, , acMenuVer70 is for the close button but if the user didnt type in...
  7. H

    how do you create a global string?

    how do you create a global string? thanks
  8. H

    how do you echo a string?

    how do you echo a string? ie. dim acss as string how would u send that to a message box?
  9. H

    How do you check if a textbox is empty?

    How do you check if a textbox is empty? thanks
  10. H

    performing vb in textbox feilds

    hello i have made a search form which uses a query to prompt what to search for,, and then the info is displyed into the form, , hhow do i get info from a text feild to do processing... eg if the feild equals 1 i want to make a vb program that adds 2 to it and spits it out onto another text box
  11. H

    Edit data in table

    is there any way u can explain the steps to insert the combo box and make it correspond in a way that all the info is dump into the feilds which then can be edited? and then a button to save the information?
  12. H

    Edit data in table

    thats unexpectidly easy!, but how do i create a text box or message box that ask for a specifc name, and then just display the details of that to be edited, so i dont have to keep on clicking the right arrow to get to the one i want to edit?
  13. H

    Edit data in table

    hi, im amaturish at access, but im wondering what would be the easiest way to create a edit page, via any means. eg. in a form? cheers
Back
Top Bottom