Recent content by me_ntal

  1. M

    Editing Record

    Im struggling here guys, Ive googled but no luck. I have a form that i use to input into my database. it opens by clicking a button "Enter" I display the table in a list box, I select a row in the list box. Click the edit button Should i have a seperate form for editing? or use the same as...
  2. M

    Problems in database

    Please find attached my simple probelms.
  3. M

    1 form edit or enter

    I have a main form 2 Buttons on it, Enter and Edit I have a pop up form, i want its function to depend on which button is pushed. If i click Enter all the labels are blank and when i click the save function it will save all the data as a new record. If i click edit the current selected record...
  4. M

    Label Max Value from table

    Failing to get this to work. tables name is
  5. M

    Label Max Value from table

    Sorry guys, I have a table, Different amounts/types of data. The form im using to input data into it, Has a label for the user to input a Quote number, I want the default value of textbox to be the Maximum(Highest Number entered)of the column Quote number +1. As for form its just a standard...
  6. M

    Label Max Value from table

    Doing an enter form for a table, I want a label to display the max number in the column it enters into.
  7. M

    Set TempVAR to Current Row

    Ok im doing a macro, i go to firstrecord I wanna set a tempvar, to column3 of the select record Got That. Now i need to be able to set email address in emaildatabaseobject as the tempvar
  8. M

    Complex Email from contact List

    Whats the forums policy on feeding trolls? Two different forums. One is VBA, One is Macro. Maybe an expert in only one field could solve it? Im not having trouble with mailout as of yet. I want a way to set a loop through a button that will increase the row id of a table, Run a query...
  9. M

    Complex Email from contact List

    Ok heres my simple verison Contact list is stored in a table called "Contacts" Column1 ID Column2 Company Name Column3 Email address The Button [admin] is on the form [Plant] The report template is called [Mailout] It has a in built query column 2 is controlled by one factor column 3 is...
  10. M

    Combo text from one form to another, Searching using combo box

    Two new questions, I have a combo box with a bunch of client names in it on form1 That form inputs them into table1 I want the combo box " owner " to have the same row source, If one recieves a new edit then the other is updated. I tried to link it to the column in table 1, however it...
  11. M

    List row effect text box

    Thank you mate
  12. M

    List row effect text box

    Thanks man, Just a question what if i want the next column in another text box
  13. M

    List row effect text box

    Hey guys i need to some how make it so when i click a row in my list a text box changes the text shown. Please refer to picture Thanks To B Solution Found
Back
Top Bottom