Search results

  1. I

    Link Table Wizard?

    Just wondering, is the wizard for linking tables included in Office XP? I have office XP (access) and can't seem to find it. Anyone help? I'm trying to connect access to a MySQL server online, and after searching this forum I determined I should be able to do this using the wizard. Anyone...
  2. I

    VB/Web Pages

    Just curious if anyone has any examples of code that will auto fill forms on a webpage. Basically I would like to be able to autofil a few single text field web forms, submit them, and then open the browser, or if possible, bring the text into a report. Just wondering if someone could point a...
  3. I

    scheduling

    I'm wondering if anyone would have some access/code examples they would be willing to share concerning making a schedule... What I'm trying to do is have a list of people, with the times they are available, each person would have a seperate meeting with me, and then I have the time I am...
  4. I

    Pivot Charts

    Here's what I'm trying to do, I have 5 points that I would like to plot on a chart and connect with a line. I think the XY Scatter chart is my best choice. For Example, I'd like to plot the following points that are stored in a table: 1200 lbs, 31.5" 1280 lbs, 31.5" 1600 lbs, 32.9" 1600 lbs...
  5. I

    Database Design Question

    Hey all, I'm trying to design a Database that keeps track of student loads per teacher per Course. I have a table that includes all the teachers. I also have a table that includes all the courses. Now, what I want to be able to do is keep track of how many students each teacher has in each...
  6. I

    Criteria Question

    Criteria Question.... I've got a field in my query that calculates distance between the point in the query, and the point selected on a form. Also, on this form, I have fields for Max Distance and Min Distance. I'm trying to get the query to return points that are within the max and min...
  7. I

    Distance & Course Calculations

    I've been using the following code to determine distance between two lat long cooridinates. Function CalculateDistance(lat1, lon1, lat2, lon2) As Double Dim A As Double Dim B As Double Dim C As Double Dim X As Double A = Cos(lat1 * PI...
  8. I

    Linking-Internet

    I've just got a linking question if someone has a spare second. I've developed an access database that works really well, and have just decided to mess around with splitting it into a FE and BE. I understand how to link to tables in a different DB, and if I was on a Network, I'm pretty sure i...
Back
Top Bottom