Recent content by action

  1. A

    report's window boarder missing

    Woops, found I had selected no Boarder.
  2. A

    report's window boarder missing

    I have found this on a number of occasions, when I run a report the external boarder to the window is missing so closing the report is difficult.I can zoom and change to design mode so it appears just to be a display issue. Is it a property setting I need to change or what?
  3. A

    Import repeating data in txt file

    great Thanks, this is just the help I needed. I will go off and have a go. Cheers
  4. A

    Import repeating data in txt file

    Thanks. I am unsure how to do this. I have read all the posts I could find but they haven't helped in this example. How do I import it so that the multiple lines (4) all end up in the same record in access. I thought if I could use the labels to define the data some how then I could import it...
  5. A

    Import repeating data in txt file

    I have read lots about importing files but can't find anything on how to handle importing data that repeats itself in blocks from with in a txt file. Note that I intend to run the import as an event each time the db is opened. the data is an audit log that looks like this: Date: 12-01-2004...
  6. A

    data unaccessable

    I have a POS system that uses access databases, It has one mdb that stores copies of the reciepts for history. I can view and edit the reciept via the software but unlike all the other mdb's (it has 11 all up) I can not view or even find the data from the reciepts although I know the database...
  7. A

    Formating multiple Autonumbers for a make table query

    As I have failed to find the answer in existing posts so I'll ask it.. I have a make table query which is pulling two Autonumbers from two tables, which it doesn't like. Can I format them into general numbers and add a new auto number as the primary key? If so how? I assume its using the...
  8. A

    Registration of Players Database

    Happy to help Chimp, I noticed your post while killing time waiting for local Soccer Premier Results to be phoned in. I manage a number of databases for a number of different sports and manage about 500 teams so understand your issues. If you are still stuck then I may be could help. I looked...
  9. A

    Inserting data from a table or qry into the body of an email

    I have spent 2 hours reading the posts with no solution to this. I am sending SMS messages via email to an SMS server and need to insert data into the body of an email as text. The data is in a temp table but could come direct from the query. Note it must be text in the body otherwise it will...
  10. A

    creating a single string from mulitple query results

    Sound like thats the answer RichO, yes I have had a friend suggest the same thing, I will have to look at the post on recordsets from queries. Thanks
  11. A

    creating a single string from mulitple query results

    I am sending SMS messages of team league results, my current query give me a record for each game, how can I get all the games in a single string so that I can send it to the SMS server via email. Current results show like: CombineTeams: GISB 2 Vs REDSOX 2 WANGANUI 0 Vs TARANAKI 3 NCR 2 Vs...
  12. A

    creating a KPI % calcualtion using null values vs values

    error occured Pat, got the error 'the expression you entered has a function containing the wrong number of arguments" I tried to use: =Sum(IsNull([address2]), 1, 0)/Count(*) in the group footer I have attached a sample of the report. Cheers
  13. A

    creating a KPI % calcualtion using null values vs values

    I have a report that shows members details, I want to add a KPI measure (%) showing members with null values in various feilds. Say if there is 10 members and 5 have no address details so 50% are complete. Can I do this as the report formats? If so whats the best way? How would I "count" the...
  14. A

    error message on close

    I am getting the error message " table TempMsysaccessobject already exists" on my close of my database. I have the database compact it self on exit so may be related to this. Anybody tell me how to fix this problem? Cheers
  15. A

    duplicate record id in append query - how to get around this?

    no that doesn't help the main problem I have converted this into queries instead of temp tables (which works fine) and then tried to merge the two results via another query but come up against the major problem. Below is the SQL the "home team" query runs, the away team is simply the same...
Back
Top Bottom