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 Chriss Miller 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: *

  1. BallunarCrew

    ODBC Driver Struggles on new computers

    I have an Access database that reads data from a SQL Server database on Azure. It has been running for several years with this configuration and no problems. We now have new workstations, running Windows 11 (not sure if it is professional or not). We have downloaded and installed the ODBC...
  2. BallunarCrew

    Looking for a color chart

    I am looking for a color chart for the color choices for the color setting available on forms and reports such as the Back Color and Border Color. There are lots of choices in the picklist such as Background Form, Access Theme 1, Access Theme 2 and other choices that are not in the list but...
  3. BallunarCrew

    Report Header and Column Formatting Issue

    I am wanting to use columns on a report for the detail section and one of the group headers but not the top level group header. There is no page header as I need the data grouped as shown in the layout picture. I have uploaded pictures of the layout and how it looks in the report. If I do not...
  4. BallunarCrew

    Syntax error check setting gone?

    Am I losing my mind or what? There used to be a setting in the Access Options where we could tell it to not do syntax checks when coding modules and it seems to be gone now. This was so that the programmer could type a partial line of code such as "varName = " and go to another place in the...
  5. BallunarCrew

    PDF Redirect software no longer works

    I have been using PDF Redirect VBA code to merge files from an array into one PDF file. It has been pretty straight forward code provided in samples from the company, EXP Systems, and has been working for many years. All of a sudden it no longer works inside the Access database. I have...
  6. BallunarCrew

    Can I map fields when connecting to SQL Server thru ODBC?

    I have an Access db (32 bit version 16) that I have set up an ODBC link to SQL server tables on Azure. Some of the field names do not match up. I have a friend that is an Access expert and whom I trust that is telling me the only way to do this is to create either a SQL server view or an...
  7. BallunarCrew

    Open Access Database on Azure?

    My boss would like to be able to get rid of the file server in our office. We are using Office 365 so we get Access from the web. We have an Access database that will be the frontend to a SQL Server database that is being developed on Azure. He is thinking that if we upload the Access...
  8. BallunarCrew

    Need to put a OneNote link in Access Hyperlink field

    I need to put a link to a OneNote page into a Hyperlink field in an Access form. I have created the hyperlink field in the table and put the field on the form. I paste in a link - copied from OneNote and it looks OK. I have tried simply pasting in the link as well as editing the hyperlink and...
  9. BallunarCrew

    System Resources Exceeded

    Hi I know there have been many posts on this topic but I am not finding an answer that works for us. We have a database that manages a doctors office. There is a lot of custom coding in it. We get the System Resources Exceeded error message frequently on .Update statements. The database...
  10. BallunarCrew

    Integrate DocuSign with Access or other electronic signature capability

    Has anyone integrated DocuSign into an Access database? Currently we use a Topaz signature pad to collect signatures on forms in fields in our database. We are interested in changing to use DocuSign or something to collect electronic signatures. DocuSign is great for emailing documents around...
  11. BallunarCrew

    JPGs display in Image field - sometimes

    thread181-1735294 I have had to export all files from a table of attachments fields due to the 2G file size limitation. The files are now stored in folders under a patient's name. There is a table that is an index to these files. I have a form, based on that table, that has an image object on...
  12. BallunarCrew

    ICD-10 Tables and Logic

    Has anyone created Access objects to data-map the ICD-10 diagnosis codes to the ICD-9 codes? I do not want to reinvent the wheel if this is available somewhere - even for purchase. What I'd like is for the Dr to be able to select the higher level diagnosis code and then have the logic know...
  13. BallunarCrew

    Randomly getting error VBA modules in this database appear to have been saved with errors

    I have a rather large database (560 mb) in Access 2013 and get the error message "The VBA modules in this database appear to have been saved with errors...." seemingly randomly. After a compact and repair the VBA code is gone from the database. The module names are there but when I try to view...
  14. BallunarCrew

    Attachments table it too large - need alternative

    I have a database in Access 2013. There is a table link to another database were attachments are stored. This second database is up against the 2G limit and I need to find an alternative. I have cleaned this file up as much as possible. We have most, if not all the files that are in the...
  15. BallunarCrew

    Will a timer event decrease a form's performance?

    I have an Access form that has a button to read Outlook emails and based on what it finds do specific things. When I click the button it takes about 2 seconds to process the emails properly. I want to add this button to a very complex form and have it be automatically clicked every 15 minutes...
  16. BallunarCrew

    Import GenBook data into Access??

    Our office has started using GenBook to allow the patients to book appointments on-line. GenBook creates Outlook appointments in a particular calendar. I know I can import the data from Outlook into Access but am wondering if anyone has ever imported directly from GenBook. This would allow me...
  17. BallunarCrew

    Scroll through sub-forms records simultaneously and in order by date

    I have a tabbed form that displays patient data. I have a sub-form on one of the tabs that displays exam data for the selected patient. I have a requirement to display three exams at a time for the patient. I can put the sub-form in the tab 3 times and it shows the same exam for the patient...
  18. BallunarCrew

    Filter and order form data by data in related table???

    I have two tables - Patients and Appointments. It is a one-to-many relationship between the two. The common key is PTID - a string field. I have a form based on the Patients table with a sub-form that shows all the appointments for a patient. I have a combo box that allows the Dr to filter...
  19. BallunarCrew

    Move to SQL Server with no programming changes in Access

    I am trying to move my Access 2007 database to a SQL Server backend without having to make all the programming changes in the Access front end database for things such as changing "No" criteria to "False" or a numerical value since SQL Server does not have a Yes/No data type. I have a co-worker...
  20. BallunarCrew

    Transpose data with TransferSpreadsheet or OutputTo commands

    I am trying to output data from a table using either TransferSpreadsheet ot OutputTo. I have coded it with both methods and both work fine. I need to transpose the data during this spreadsheet creation. I have searched on the net and found code that I think might do it at bytes.com, searching...

Part and Inventory Search

Back
Top