Search results

  1. Coxylaad

    Subform not displaying data

    Hi everyone, I have a bit of a strange on here. I have a form that displays estimate details for a customer. part of the estimate record is the ContactID, that references the contact in the CustomerContact table. I have a combobox on the estimate form that is bound to the contactID and...
  2. Coxylaad

    First and last day of week

    Hi All, Im building a date dimension table with all sorts of values in for a given date. one of the things I was to build is for a given date, I want to be able to reference the first and last day of the week. My working week goes from Monday to sunday. Ive wrote a little module to...
  3. Coxylaad

    Create a Sharepoint List from VBA

    Hi Everyone, I'm looking for a bit of advice, I am planning to smarten up our timesheet entry process at work, and integrating it into my new access database. The plan is to have a sharepoint folder for each field engineer, and on the click of a button access will create a blank custom...
  4. Coxylaad

    using tabindex in VBA to control what gets focus

    Hello again, Looking for a bit of advice, I am building a filter panel at the top of my form to filter the results displayed on the form. I have 3 or 4 textboxes. I am using the 'on exit' event to trigger the filter code to build and apply the filters, and its working, however its not...
  5. Coxylaad

    Subform in a tab control not allowing any editing

    Hi all, I've done a lot of searching on this and cannot find the answer I have form that contains a tab control. on that tab control I have a subform. I simply cannot get that subform to allow any input at all. I have a set of unbound text fields at the top of the subform that i use for...
  6. Coxylaad

    Obtain the security groups that the current user is a member of via LDAP

    Hi All, I am new here, looking at developing an access application with some level of user control built in. We are on a domain so the only people that will be able to access the database will authenticated users. However, I would like to be able to limit the users front end access based on...
Top Bottom