Search results

  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

    Doing an enter form for a table, I want a label to display the max number in the column it enters into.
  5. 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
  6. 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...
  7. 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...
  8. 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