Search results

  1. G

    Date Control

    Hi its a MSCAL.Calendar.7 Calendar Control 12.0 and it stop working for date picking with no code behind the event at all ? Can you download better controls ? It is Access 2007.
  2. G

    Sum Query ?

    Hi I have a Sum Query called SumQuery [sumquery]. I want a text box [Text10] on a form [MainFrm]to fill with the result of the sum query [SumQuery] (one value only) when I click on a control on the form. The SumQuery uses a value off the form, a text box called [weekofyeartxt] as criteria to...
  3. G

    Date Control

    Hi I have a date control and on the Click event I run the following code. Trouble is the Date Control stops working, ie you can't change the date after one click ? CODE. Private Sub Calendar7_Click() weekofyeartxt.Value = DatePart("ww", Calendar7.Value) End Sub Thanks.
  4. G

    Total Monthly Visitors

    Hi I am trying to create query that will show the "total number of visitors we have each month". Just now each visit creates a record with the time and date of the visit e.g. 11/12/2010 10:05:33 I need to extract the month and year from each record and total the number for each month, (so i...
  5. G

    Voice Recognition

    Hi do you get voice recognition software for access ? I know you get it for Word. gregor.
  6. G

    Report form not big enough

    i have a report, and have a sub form on the report, i have made the box equal almost the whole page, but if the data for the report sub form is greater than the size of the sub-report form, it just cuts off the data? I need the sub-form on the report to expand to equal the size of the data it...
  7. G

    Key Press Question

    Can i ask, why you have the cancelEvent in there ?
  8. G

    Key Press Question

    ---THANKS--- Gregor.
  9. G

    Key Press Question

    Hi I want to set the focus to a text box when i press "Ctrl X" on the form. What event should I use ? What is the code to let me do this ? Can you help ? Gregor.
  10. G

    Printing Labels

    Thanks very much.
  11. G

    Printing Labels

    Question for access forum Hi i have a database for a vets, and i have to print labels for them for the medicine. The main form has all the patient details and drug details. I have tp produce a report i guess and populate it with details from the main form and from an inputbox (drug amount). So...
  12. G

    Button to open password protected website

    could try reposting the thread.
  13. G

    Button to open password protected website

    hi i have to say that I dont know how to do this, can only suggest. I dont know how you open a web page in access. I normally use Visual Basic and open a webbrowser object in that at a certain page, using the url property. As for logining on automatically, is there no way you can use the url...
  14. G

    Question router question

    Thanks will look for toggle
  15. G

    Question router question

    hi i have 2 front ends and one back end with linked tables, that is working well, but over a wireless hub. I am going to use wires from the hub to the 2 computers so it is safer and less likely to corrupt. my question is will the router start sending the infomation down the wires, rather than...
  16. G

    Passing parameter to report from command button

    but the ark floated and the titanic sank :)
  17. G

    Passing parameter to report from command button

    question - because the parameter is off the form ?
  18. G

    Passing parameter to report from command button

    i think rich is right.
  19. G

    Passing parameter to report from command button

    Dont know, can you try to msgbox me.per_id ????? or mgsbox "[Person ID] = '" & Me.[per_id]"'" ????
  20. G

    Passing parameter to report from command button

    DoCmd.OpenReport "rptWholePerson", acViewReport, , "[Person ID] = '" & Me.[per_id]"'" so if person id is 4 it looks like this to the report [Person ID] = '4'
Top Bottom