Search results

  1. B

    Question Go to record based on value in textbox.

    I want a textbox where i can type in a ID number. When i type in the number, i want to go to that record on my form. I have looked at GoToRecord. But i dont understand how to get it to work.... How should the code look like? Go to record based on value in textbox.
  2. B

    How to remove record from specific table?

    I have a one-to-one relationship between Profile_ID and Time_ID I have a form where i want a button to delete the record in Time_Table But keep the record in Profile_Table. What VBA code to put on a button to delete the record in Time_Form where i display data from both Profile_Table and...
  3. B

    Create combobox based table column without messing the table settings up?

    I have a table called Profile_Table I have a table called IT_Table Then i have Query called HandOut_Query In this query i have the column FIRSTNAME from Profile_Table and column ITUNIT from IT_Table. Then i created a form called HandOut_Form In this form i want a combobox so i can select...
  4. B

    How to add IS NULL to sql statement?

    Hi I need some help I have this query statement SELECT Profile_Table.Profile_ID, Profile_Table.FirstName, Profile_Table.LastName, Profile_Table.Personnummer, Profile_Table.AnstalldSom, Profile_Table.JobbarPa, Profile_Table.WorkStartDate, Profile_Table.WorkEndDate, Profile_Table.JobbProcent...
Back
Top Bottom