Recent content by Jak82

  1. J

    Developing Database

    Thanks Bob, Ive attached the 2003 format
  2. J

    Developing Database

    Yep its been a while but if anyone could help me on this one I would be grateful, I have attached the database for someone to have a look at thanks..
  3. J

    Developing Database

    Hi All, Its the first time in a few years that I am developing a database. Im trying to remember how to make the fields :banghead: In the sterilisers table I have Steriliser 1 2 3 4 5 6 7 8 9 (clippers) 10 11 12 13 14 15 16 17 Dip Tank (Brisket Shears) 18 19 (M inspector) 20 21 (R Offal R)...
  4. J

    Help with query

    Anyone? The error message I get is ODBC call failed [sqlserver] The datatypes text and varchar are incompatible in the equal to operator
  5. J

    Help with query

    Why would you assume that? Its just what I think I have figured out, had a look at google, but admit I am a sales man not a database programmer. What have you tried to resolve this issue? When I enter the above criteria it says invalid Have you tried Google? I had a look at...
  6. J

    Help with query

    Hi All, I have a query which checks a linked table for any records older than a year that havnt had a service. I presume in the criteria field for org name I would put Not [dbo_flowitems].[name].["serviced"] Is this correct? Also the line above does not work :banghead: What would the...
  7. J

    How do you autocreate id's

    Hi, I have a query which reads in data from a sql server database, I then want to add a checkbox to say if people have been emailed. I have created another table which contains autoid and 'emailed' the emailed is a checkbox which once I run the query seems deactive. How do I linked the...
  8. J

    Problem setting criteria

    Thanks Eugen that seems to have resolved it, will have to look into the differences.
  9. J

    Problem setting criteria

    Thanks again Eugen, The code I have tried see below does not seem to work as I still receive the results for this year. SELECT dbo_flowitems.name, dbo_orgs.orgtype, dbo_orgs.orgname, dbo_people.firstname, dbo_people.lastname, dbo_people.role, dbo_people.email, [Year Reminder].[Emailed?]...
  10. J

    Problem setting criteria

    I am having problems setting the field format because it is a linked table to SQL server, I cannot change the date format on the server because another program uses the database.. any idea? Thanks
  11. J

    Problem setting criteria

    Hi Eugin, Thats right Ive setup the tables via a link to our SQLServer, thanks will have a look at the formatting.
  12. J

    Problem setting criteria

    Hi, I am trying to set the criteria of a date field in a query, the field is called "flowdate" and an example data excerpt is "2011-02-23" when I use the <Date()-365 it does not return anything, even when I use <Date() it does not return anything. If I remove the criteria all works can someone...
  13. J

    Export Data from an Access Database to MYSQL

    Hi There, Whereabouts would I change the date format from the access database from yyyymmdd ? I am trying to convert this table from access into mysql, and when I ouput to a csv file the date is in access. Many Thanks Chris
  14. J

    Two problems

    Hey, I am experiencing a couple of problems with my forms First is I have set my background as a picture, the problem this produces is tat there are a lot of flashes on the screen when i rollover buttons etc. The second is that how do I have multiple checkboxes within the detail part but be...
  15. J

    How do you set pictures behind buttons

    Hi there, I am still struggling to get a picture behind the button, when I putt my picture on it goes in front of the button, I can not seem to find a layer variable, could someone help plz, many thanks chris
Back
Top Bottom