Recent content by Eureka99

  1. E

    Forms and Queries

    Just the me.Requery its sole job is just to try and refresh.
  2. E

    Forms and Queries

    Yes, nothing seems to happen.
  3. E

    Forms and Queries

    Ok some files attached: Can you post a picture of your form? - Stats Form.png Show where you "try to update the date". - Date textbox.png Show the query code/sql. - Stats Calcs.png How does the "new date" get associated with the query(s)? - Date association.png
  4. E

    Forms and Queries

    I'm not sure if this is best in the Forms, queries or VBA sections. Also i might be doing this completely wrong, please let me know. I have a form that is showing some stats about factory production levels. when the factory finish building a product they will log the test within the database...
  5. E

    Solved Insert Into not working with a split database

    I put ' ' around it just as thats what the guy who taught me SQL taught me to do. It works without them. Strangely in the query builder I seem to have fixed it. I removed by "Distinct" command and selected unique records from the options. It gave me this code that now seems to be working. I...
  6. E

    Solved Insert Into not working with a split database

    No It doesnt. I've tried it two more ways. On the unsplit database I've used: SELECT VMMTNO FROM EIT_GB_MVXCDTA_MWOMAT WHERE [VMMFNO]=1744373 ORDER BY VMMSEQ; which doesnt work and gets me the same list of 14 x 1 component. I've checked it on MSSMS which gives me the full list SELECT...
  7. E

    Solved Insert Into not working with a split database

    Hi Chaps, I have built a database that is using the sql code below to dump a list of components from a SQL data warehouse into the access database. Whilst the access file is in one piece this works fine. When I split the database into front and back end, it then falls over. If a product has...
  8. E

    Solved DLOOKUP and multiple criteria and concatenate

    Many Thanks Josef!! And i found your bug worked perfectly and exactly what I was looking for. CriteriaString = "MONo=" & MO1 & " And " & "SeqNo=" & Comp1
  9. E

    Solved DLOOKUP and multiple criteria and concatenate

    I can do I guess, But i was hoping to be able to auto fill a couple of lines at a time with extra data. So for example I will have two linked tables MO Head and component. One such line I wanted to auto insert was the ID field from the MOHead table. The MO Head is being filled using barcode...
  10. E

    Solved DLOOKUP and multiple criteria and concatenate

    Hi All, I'm doing a database whereby I'm taking some Manufacturing order details and adding them so we can look quality pass / fail rates and details. One MO might have anything from 1 to 20 components. I have linked tour data warehouse to the access file instead of calling it in through SQL...
  11. E

    Solved Sickness Query

    Many Thanks
  12. E

    Solved Sickness Query

    Hi All, I've been tasked with reporting on the Holiday / Sickness within my company. I have a quick question. I have a calendar with all dates for x years. The sickness data I have is just a start and end date. I need to break this down into how many days per month. With a query, how would...
  13. E

    Solved Issue with Outlook Object Code

    Worked perfectly. MRoom is a field on the form. For some reason it worked better without the Me.MRoom. It populates the correct part on the meeting request.
  14. E

    Solved Issue with Outlook Object Code

    Hi All, I have some code for creating a meeting within MS outlook that appropriated (I don't know much about creating meetings using VBA). The issue is it seems to cycle through the code and it gives me a Runtime 440 error saying parts are not supported. The two that it has flagged so far...
  15. E

    Solved Mass Update Calculated fields

    Apologies, let me rephrase, as I'm not a newbie to MS Access. In my query structure I have this thing called a calculated field. I've attached a pic. There is no query as I havent built one for it. I'm looking to "calculate" all these special records that say "calculated" en masse and wondered...
Top Bottom