Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mfd777
  • Content: Threads
  • Order by date
  1. mfd777

    Subform Issue

    I am having an issue with implimenting specific security in a database. The requirement is that when a form loads, a function is called. This function runs through all the controls on the form and sets them to disabled based on information held in a user security table. The calling form passes...
  2. mfd777

    Use ADO to create querydef

    Hi All, Can't find the answer for this one but it is probably staring me in the face! We are re-writing an application from Access 97 to Access 2003. The front end is access and the back end is SQL Server. In the '97 version we create pass-though queries as the recordsource for our forms, use...
  3. mfd777

    Autocomplete not working in VBA

    When I type in a command that would bring up the list box of available arguments, the list box disappears automatically. Also when you press space bar the space disappears. Anyone else come accross this before?
  4. mfd777

    Breakpoint not working

    I have an access 2K database running in access xp. Recently, the database has decided to ignore any breakpoints I enter when trying to step through code. Has anyone seen this before?
  5. mfd777

    Run-time error '13' in DAO

    When trying to open a recordset I keep on getting @Run-time error '13' Type mismatch error. Code is very simple: Dim db As Database Dim rst As Recordset Set db = CurrentDb() Set rst = db.OpenRecordset ("test", dbOpenSnapshot) The @test@ query opens fine in the database window.
  6. mfd777

    Page total on report

    How can I get a page total prior to reaching end of group? I have a report that has three pages of detail. One page one I need a total for "inv_val" field in the page footer. On page I need to show the total in the page footer but only relating to details printed on page two etc...
  7. mfd777

    Show number as text

    Does anyone know of a function that will display a numeric value as english text e.g: €3,417.98 Should result in: "Three thousand, four hundred and seventeen euro, ninty eight cent". Thanks for your help.
  8. mfd777

    Typing in code

    This has happened to me a number of times on different workstations. Has anyone out there any suggestions. When typing in code in a module, two things happen. When you hit the space bar the cursor automatically moves back to the left unless you type within a second or two. The text is also...
  9. mfd777

    Database has reached maximum size Error 3036

    My database has reached 1 gig. This happens during an import routine. I know that after I compact that the size will reduce to 450MB. Is there a way of incresing the maximum size limit of an access '97 database ?
  10. mfd777

    Adobe PDF from access

    Does anyone have experience of outputting access reports for distribution in pdf format and what is involved ?
  11. mfd777

    Switch off warnings

    I have a query that runs on a large number of records. Midway theough the execution I get a system message saying that access can't undo the effect of this action query due to disk space or memory constraints. Disk space is fine so it must be memory. I know that I will not want to undo changes...
  12. mfd777

    Date difference problem

    Hi All. I have a text box in general date format on a form (19/02/01 23:32:00). When I click a command button on this form, this sets the value of a variabel "timetorun". The code basically loops until now()>timetorun and then it runs a number of macros. This all works fine. My problem...
  13. mfd777

    Message argument in a macro

    Easy to do in vba but trying to do in macro. I have a macro that runs a number of action queries. At the end I have a message box. I want the message box to display text and read a value in a text box from a control i.e. : "Figures generated for" & " " &...
  14. mfd777

    Pivot Crosstab Query Question

    I have a simple crosstab query. I need the column headings to be fixed. I have typed these into the column headings property of the field in the query. My question is that I would like the column headings to be read from a table rather than hardcoded into the query as the number of column...
  15. mfd777

    Auto number record deleted

    I have a table where the key field is an autonumber datatype. Imagine there are five records and someone inadvertantly deleted record number 3. Thus I have records 1,2,4 and 5. Obviously I can't re-enter the deleted record because it would be assigned a number 6. Is ther anyway that I can insert...
  16. mfd777

    Attach file to e-mail

    Hi Guys, Should be a simple question. I would like a command button that sets up an e-mail to a soecified address and automatically attaches a number of pre-determined .txt files. Thanks in advance
  17. mfd777

    Invalid field data type

    Table in access 97 will not open after p.c. crashed. error is invalid data type (error 3259). Database will not compact/repair. Can't open or export offending table. Any ideas?
  18. mfd777

    Property value too large in table

    Hi All, I'm trying to amend a table in access 2000. It has roughly 140 fields in it. A lot of them are lookups to another table e.g. cargo1, cargo2 etc.. I need to add another 20 of these fields but it is comming up with an error: "Property value is too large". I don't think I have...
  19. mfd777

    Domain change error

    After I change the domain of our NT server, SQL Server won't restart. The follwing message comes up: Initconfig: error 2. The system cannot find the file specified opening master.dat for config information,
  20. mfd777

    Locking problem

    Problem is on one table. Form is based on a single table query (select *). For presentation purposes, some of the memo fields are in other forms. Forma are linked by ID_no. Command button to look at memo form from main form. If record is edited in main form and then memo entry is edited in...

Part and Inventory Search

Back
Top