Search results

  1. J

    DAO: updating a field value by looping through another table

    I need some help here please. I need to loop from a table (Markers), each record consist of the record number for the begining ,end and time value for some of the records. Ex: table Markers record 1 correspond to record 4 to 200 on the table FormatedData. What it must do is loop through...
  2. J

    Matching some range value to specific records

    I don't know if it's possible... I got a table containing data from a huge unformated txt file (JunkData.txt.). After transfertext and some queries I have eliminated all the text and irrelevant data (tblFormattedData). I got my primary key field (Num AutoNumber). I have deleted a lot of...
  3. J

    Reshuffle order of visit

    I need some code or ideas for reshuffling the order of visit in a itinary. Currently i export to excell drag n drop then import in access. I would prefer to stay in access. Any ideas? Thanks JT :cool:
  4. J

    Hidding collum in a subform in datasheetview with a command button from the main form

    Does any one here know the code for hidding some collums in a subform in datasheetview with a command button from the main form. Thank in advance JT :cool:
  5. J

    Creating a map with some controls in it

    I wanna know if it's possible to use an access 2002 form to create some controls(icons) on top of a picture (a map) so that i can click those icons to display some info. The trick part is that those icons positions are generated by x,y coordinates from the db itself. Plus a zooming control...
  6. J

    Ranking

    Is there is new ranking functions in access 2000 that i can use to calculate some bonus point in a bowling db, any help specially links would be appreciated. Thanx JT
  7. J

    Problem Sorting info

    Tip I'm building a bowling db too. Try sorting -descending and in the number of values type 3 that should do it it . You can include these results as a sub-report. If you know a way to calculate the peterson points feel free to let me know Hpo this help you
  8. J

    Delete query help?

    Try this For your delete query, you probably need to isolate the field which contains the NULL values , then have the criteria "is null" You only need one field for the whole query or if you need more fields with their criteria (All Nulls?) to isolate those records you wanna delete. Hope this...
  9. J

    how to calculate a correlation coefficient

    I did it I did it within the QBE woks great , i'll be glad to share if if needed.
  10. J

    how to calculate a correlation coefficient

    I'd like to know if there is a function in access 97 that calculate a correlation coefficient or do i have to program it Thx in advance Jos
  11. J

    Sorting day of a month by week

    This is sort of wierd but her it goes: I must generate a report via a query in this format [Rank] [Element] [Status] [Week 1(From (a) to (b)] [Week 2(From (c) to (d)]...[Week 5(From (x) to (y)] and under the weeks are grouped each day like this EX:[Week 1(From (a) to (b)] S M T W T F S...
  12. J

    pop up event reminder

    More details One more thing that data base is always open so the pop up reminder must appears automaticaly when they are scheduled.
  13. J

    pop up event reminder

    Is it possible in acces to program pop up event reminder? How?
  14. J

    Rank

    I ve got a list of items that have a certain rank, each month ive got to make some change in that rank how can i do it whithin access (sorting list?)
  15. J

    Chart problems

    I got a chart that has years as fields. The problems i got is when i change the years range the report does not update its fields and bugs. Any sugestions Thanx:confused:
  16. J

    MsgBox

    Thanks Sorry for the delay everything seems to work great, Thanks again
  17. J

    Got to hyperlink

    When i click on a button i wanna do the following actions: 1-A transfer spreadsheet to exprt data to an .xls file. 2-Open that file (Via an hyperlink?) so i can edit that file. Any tips please Jos
  18. J

    Page layout (orientation)

    Reply No i've got both portrait and landscape in the same report
  19. J

    Page layout (orientation)

    I got this report wich include two chart in subreports that must be printed in landscape, the rest is not. How can i instruct aacess 97 to display in the print preview and when printing in the proper orientation (both landscape and landscape) Thanx in advance Jos
  20. J

    Comments on a report

    Ok, ont hte report, the comments and the charts are from separates queries. The comments are entered via a form and are selected via a query for the month they're attached. Those comments appears on the report from a sub report. What i need to know is how to specify the format of that text box...
Back
Top Bottom