Search results

  1. A

    Changing rowsource based on lookup field

    I have a table with First Name, Last Name and Current Position columns. I have a second table with a First Name lookup to the first table, but also other columns like 'Time on Shift', 'Time off Shift', and 'Overtime' (I know lookups are bad, but these are tables from Sharepoint and it's an...
  2. A

    Moving focus from Subform to Mainform

    That's great, thanks mahenkj2 :)
  3. A

    Moving focus from Subform to Mainform

    Hi, I want to press a button on the Subform, have it save the record then move focus back to the Mainform. Then make the Subform invisible. I've tried this so far but it won't work: RunMenuCommand SaveRecord GoToControl Forms!MainForm SetProperty Control Name Subform Property Visible...
  4. A

    Newbie!

    Hello all. I'm Adam, I'm new to programming Access, but not new to using it. I'm attempting to use it as a frontend for Sharepoint as we have many people who work offline and need to sync their information when they get back to an area with internet. I know a bit of VB but not much VBA (so...
Back
Top Bottom