Search results

  1. C

    Starting over after military career

    Hi All! I'm retiring from the military in 5 years, what are some great technology areas to get educated for? I'm currently working on getting my math up to speed. I know I'm interested in devices, robotics, and user interfaces. I like a combination of sitdown, get up and make stuff, with lots of...
  2. C

    Help with relationships

    Hi All, thanks in advance I maintain military equipment with inspections coming up requiring printed forms. tblPersonnel tblEquipment tblComponents tblInspections tblCatalog One person has many equipment. Each one (tblequipment)equipment has many (tblInspections) has many (tblComponents)...
  3. C

    Having trouble with filter on load

    This has got to be easy but I have tried lots of ways to get it done...:confused: I have two forms, "SPBookings" field[ID], and "Find Bookings Form" with field (lookup field) [Booking ID] and my macro, on button click located on SP Bookings. This does fine to open and filter records. The macro...
  4. C

    Copy record from one form to another

    ok so I have two forms open: One is a SP Bookings form with a subform SPDetails Query subform. The other form is the not connected/related SP Contacts Query form, to which users enter Full Name weight age ect. Need to copy the names of the new customers Full Name to the Lookup Contact Column in...
  5. C

    popup form help needed

    Ok so I have looked for hours for a solution to this problem. I have an Add New SPBookings form with a subform SP Details Query. SP Details Query has 5 columns, BookingID, DetailsID, Lookup Contact, LookupContact:ID. I also have a popup form called Contacts Query. How do I get new records...
  6. C

    Email from ms access web

    I would like to be able to email to customer a invoice HTML or pdf, with ms access web 2010 site over sharepoint 365. Will I be able to do that? Will it have to be on my pc or could I possibly do that from my mobile phone? (android)
  7. C

    MS Web access and use on mobile phone

    Hi has anyone tried to use ms web access to sharepoint on a mobile phone? did it work ok? was it slow? I would like to make a small invoice system, and make forms with buttons that are mobile friendly so just wanted to know
  8. C

    MS access table schema refresh issue

    I am working with MS Access 2010 and Sharepoint 2013. I had this problem with 2010 too. I need a VBA to refresh the tables on load or the form on load, I get an error that says to the effect of" table shcema has changed you must refresh your table" and I will lose half my work on the form. Is...
  9. C

    Help! Insert query result into a table column

    How to take the results of query and copy them to a column in a table? I am using sharepoint and ms access together, and Sharpoint in this instance will not reference the result of the query. I can only use table fields with Sharepoint...major pain.... Example, I need riders name, weight and...
  10. C

    Stuck on Email from MS Access

    Hi, using Ms acess 2007 this code is working fine buuutttt.... This one worked, but sent everyones records DoCmd.SendObject _ acSendReport, _ "Contact Report", _ acFormatHTML, _ "realridergmail.com", _ , _ , _ "Reservations", _ "Reservations", _ False End Sub I need it to send just the...
  11. C

    Help needed with Query

    I am using ms access 2007/10 and ms access tables are linked to Sharepoint. I have two tables, one for customers and one for reservations. I am having a heck of a time getting customers information to the reservations table ( I know, this defeats the purpose of database but bear with me) but...
  12. C

    Question, what are commas

    Question, what are the commas in the [code] DoCmd.OpenForm "TableB", , , stLinkCriteria for? what do they do? [code] thanks, New to VBA just wondered if a guy is supposed to put more in the commas or?
  13. C

    VBA for helping with data and sharepoint issue

    So I have a reservations system. I am using MS Access, and I assumed (wrongly) that we would be able to set our tables as sharepoint lists and be able to work offline if the internet service went out. Definate Problem i still need MS Access to allow our volunteers and employees to login ect...
  14. C

    Fill values from previous record on double click

    Hi I have a Contacts subform and would like to be able to double click to fill addresses, and details from the previous row...every person in our database even those living at the same address needs thier own record.. and since we only need to fill up to 5 records and review them, double...
Back
Top Bottom