Browse by Tags

  • How to link Oracle SQL query to MS Access table?

    I use Oracle SQL developer or Aqua Studio (installed on my local machine) as database access tools. I use VPN connection to connect my local machine to a remote Oracle server. I run SQL queries against Oracle tables on that remote Oracle server. I also have MS Access database on my local machine. I also...
    Posted to Access (Forum) by microsoft on 03-16-2010
  • Graph reverts to prior rendering after export to pdf or word

    I acViewPrint a one-page report with lots of subreports and 5 graphs. I want to export to BOTH Word/RTF and PDF formats. After I export to one or the other format and return to the report display, I find the graphs have reverted to a prior rendering. To workaround, I need to rerun the report. Is this...
    Posted to Access Reports (Forum) by microsoft on 03-15-2010
  • How do I calculate total time between a start time and end time?

    I have two fields startime and endtime. I need to caculate a total time from the starttime to the endtime. Example: starttime value 8:00 AM endtime value 8:15 AM and get the total time of .25 hours.
    Posted to Access Forms (Forum) by microsoft on 03-15-2010
  • remove excisting record from temporary table

    I hav created an temporary table, as base for an drop down box, but when certain records are selected i want to remove them from the drop down box. I tried to use the delete fro #temp table but that does n't work i used DELETE FROM dbo.producten_land# WHERE (Videorights IN (SELECT recht FROM [Video...
    Posted to Visual Interdev (Forum) by microsoft on 03-12-2010
  • remove excisting record from temporary table

    I hav created an temporary table, as base for an drop down box, but when certain records are selected i want to remove them from the drop down box. I tried to use the delete fro #temp table but that does n't work i used DELETE FROM dbo.producten_land# WHERE (Videorights IN (SELECT recht FROM [Video...
    Posted to Visual Interdev (Forum) by microsoft on 03-12-2010
  • Do not run subform query

    Hello, how can i have the subform not run its query until i tell it to do so? ie. forms![Main]![Main_subform].requery Reason why i ask this is beacuse the main form takes long to open because the subform is running its query even though there is no data.
    Posted to Access (Forum) by microsoft on 03-11-2010
  • How do I have a messge box cancel an event?

    I have a button that prompts the user that records from one table is going to be merge with a record form a different table. That part works great. The problem is the message box has an OK button and the close button. When I click the close button it stills merges the records. I would have though the...
    Posted to Visual Interdev (Forum) by microsoft on 03-10-2010
  • Access Import Spreadsheet "Subscript Out of Range" Error

    So, here is the situation. I have a spread sheet with several columns such as: NumberSets NumberConductors NumberGrounds These coumns have data in them such as: (1) (2) (3) In excel I have these columns formatted as a Custom Type (@). This allows me to enter in the number 1 and then have excel automatically...
    Posted to Access (Forum) by microsoft on 03-10-2010
  • comparing two text files

    Here is a scenario: On daily basis I am getting two text files (from two different systems)... I want to compare them to ensure that data in both the files are same... Here are the steps that I want to take 1) save files in a folder... this can be done manually 2) run a macro /sql to import both the...
    Posted to Access (Forum) by microsoft on 03-10-2010
  • How do I cancel a form opening on msgbox cancel?

    When the user clicks add new case I have the Form open with ACFormAdd. On the On Current event of the form I have the following code. It works fine when the user clicks OK but if they click cancel the Form opens anyway. Any ideas? Code Snippet: 1: 2: 3: 4: 5: 6: 7: If Me.NewRecord Then If MsgBox("Assign...
    Posted to Access Forms (Forum) by microsoft on 03-10-2010
Page 1 of 59 (586 items) 1 2 3 4 5 Next > ... Last ยป