Search results

  1. T

    Database libraries references

    Dear all, :D I have been searching the web for an answer, I might have found it but I still don't get it. :banghead: I'm trying to deploy a database to several users, and I would like to make sure they all have a valid reference to the Microsoft Outlook Object Library so as to be able to send...
  2. T

    Requery subform after deleting a record

    Hello everyone :) -- I haven't been able to figure this one out myself :( -- I'm trying to execute some lines of code right after deleting a record in a subform, with a right click on the row I want to delete (the idea is that if a record is deleted the other ones should be updated by...
  3. T

    Invalid use of null with no (obvious) Null values

    Hi people :) It might be an easy one but I just wasted the past hour deciphering through my code in order to solve the run-time error '94' that I'm getting when trying to execute the following code: :banghead: Private Sub cmdUpdateDates_Click() '################################### 'This sub...
  4. T

    Can you have too many relationships between your tables?

    I'm building an Access database that is growing bigger, and I might not have considered this aspects when I initially started. So what is a good method to find out whether you have too many relationship between your tables? :confused: Thanks in advance!:D
  5. T

    What happens if I change a table field name?

    Hi people! :confused: If I manually change the name of a table fields, will all the other references to this fields (in queries, forms, controls, procedures) be updated accordingly to reflect the name change? T.
  6. T

    Function needed: Time categorization w/ parameters

    Hi everybody, :D I have a database where I put timesheets information. What I have done is a form where the user only has to input the [Start Time] and the [End Time] of a worker. From there, I want the form to compute 5 figures: (1) Normal hours = all daytime hours, for example from 8AM to...
  7. T

    Web scrapping

    Hi All, This is my first post on this forum :-) I've been coding this Sub in VBA in order to do web scrapping. I managed to extract the HTML code from it, that is stored in the string variable readHTML. readHTML (the string var) looks like: [...] <DIV id=name class=editable-item>...
Top Bottom