Search results

  1. L

    How to save a Formula in a Access form

    Hi, I put the formula in the Text box field in the control source in the property's tool box and i don't know if it will save that calculation to the table. I was wondering if i can do VBA code to save the the calculation in the table. Please help me out!!! I have a field called CA Weigt and i...
  2. L

    Add vba in a table

    I have an table and i have a form. On the form i don't have a textbox and on the table i have a field called CAFlag. Is it possiable that i can make the table have an Y or N if CALine field on form is not null in vba. Please help.:confused:
  3. L

    Adding to a Access Form in VBA

    i have a form in access 2010 and i have a text box called USLINE and other one called USOFlag and i want the USLINE field to do like if it's is not null then it is a Y else N i try to do it in the LostFocus function but i cant get it to work Please help me on this!!!!!:confused: Here is the the...
  4. L

    Adding a Y or N to a field if it's Not null in Access 2010

    Hi, i'm trying to figure out how to make this two fields in my form to say Y or N if the field is Not Null. Like if the field is not null = Y Else = N for the two fields. I have a picture to show what i'm talking about. Please help!!:confused:
  5. L

    copy a record as a new record in vba

    Hi, i am trying to copy a record as new record in vba in access so i make a button for the user so that they can copy a record each time and change a certain field if they wanted. How would i do that.
  6. L

    How to do vba code in a access table

    Hi i need to know how to do vb code to an access table step by step. Not sure how to make the code work to the table. I want to add a column to a table and i don't know where to start.:confused:
  7. L

    how to add a new field from the old field in vb code

    Hi need help to create a new field programmatically, transfer all the data from the old field into it and then deleting the old field. because my field is a text field and i want it to be a number field. I think i can add a new field and delete the old field. But i don't know how to do the vb...
  8. L

    How to change a datatype to a number

    I have a problem with changing a datatype into a number. The thing is that all the fields are in text and i want to change some of them to a number datatype. If i try to change the field to a number i get a message that come up as This: The setting for the field size property of on or more...
  9. L

    I'm New to this Community

    Hi i'm from Alliance, Ohio and i work there as well. I a programmer and i have some experience in access and i willing to learn what i can.
Back
Top Bottom