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 strongm 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: fredka
  • Content: Threads
  • Order by date
  1. fredka

    Making Fields Read only for certain Users

    Is it possible to make fields read only to certain groups of user? I want to create a simple list for requests. Those that are requesting information from my team would only be able to read a few of the fields. Keep in mind that I do not have access to sharepoint designer. Thanks!!!
  2. fredka

    Access with Sharepoint

    Hi - It has been a while since I have used Access but I know that with Access 2010, I can't use MDE's. I tried to create a simple list in sharepoint to manage report request in our department. I'm finding that I can't really use field level security in sharepoint 2010. I'm wondering if I will...
  3. fredka

    Upgrading from 2003 to 2010

    Hi - We are in the process of upgrading from Access 2003 to Access 2010. I was wondering if there are any major issues that I need to know about before making this change? I have a database with about 12 users.. the database has a lot of coding and macros. The front end is an mde. Any help...
  4. fredka

    Concatenate Names

    I have a table that has a field named GroupNumber. There is an additional field named "funding" I want to create a query that will give me one group number for each row and concatenate all of the "funding" values into one field. For example, the data is: Group Funding 11111 Fully...
  5. fredka

    Draw in email

    Is there a way to draw (either free-form or an object..circle,etc) in an email? We have 8.0... Thanks!!
  6. fredka

    In Report Footer, total only Specific Group

    I have a report that has a grouping based on a field named "BaseGroupStatus" The two values in this field are "basegroup" or "currentyearsale" Under the grouping there is another field named status which has a few different values and then I am totalling a field named "sumofstartingmembers"...
  7. fredka

    Creating Table In Vb - how to set field type

    I am trying to create a tempoarary table which among other things takes the date that is entered on a form and adds that to the table. The field on the form is a combo box... the problem I am having is the data is not getting passed. When the table is created, it makes this field a binary. I...
  8. fredka

    Modify Field Type in VB

    I have some code that adds a field to a table. (see below) I am trying to figure out how to make the field an integer. Any help would be greatly appreciated!!! thanks!! Fred Dim db As Database Dim tbl As TableDef Dim fld As DAO.Field Dim finDate As String Dim filename As...
  9. fredka

    Loop through Textboxes in Excel

    I have a sheet with a map on it ... on the map, I have several textboxes that point to values in another sheet. I added a combo box (cbodtapoint) that I want to use to alternate what data displays in the text boxes. I have that part working but after the update, the formatting of the textboxes...
  10. fredka

    Assign Values to Map (wmf file)

    I imported a county map of New Jersey and I am trying to populate the values on the map of each county. I have a listing of countys with a number County Members Atlantic 2179 Bergen 22209 I imported a wmf file and have all the counties named individually on the map. There is a...
  11. fredka

    Unbound Form - sum of field in table

    I have an unbound form that I use to run reports. On that form, I have a field named financefilemembers. In this field I want to hold the total number of "members" from a table named tblfinancefile. I thought I could just put this in the open even of the form...
  12. fredka

    Cannot reduce Report Width

    For some reason, I cannot move the report width over - THis report was previously used in landscape... I used it as a starting point for another report - I cannot drag from the right - I even selected all and deleted and still could not drag over ... any other ideas what could be wrong...
  13. fredka

    Grouping using Unbound Fields in Report

    I have some code that I have used for a long time now for a report. The report totals opportunities by a category field and then uses hardcoded "months"that go accross the top of the report. The results look like this: Category January February March etc,etc Lost 1...
  14. fredka

    In Query...Data type mismatch in criteria expression

    I tried searching but could not find an answer... I have a table that holds a primary key which is a text field. (opportunity ID) is the name of the PK. The data comes from an external source so I had no control over the format of it (it has numbers and text fields) I have a query that...
  15. fredka

    Where Clause Question

    I have a form where I want to populate a list box (named region) from a table (named opportunities) I have not problem doing this by adding the following to the on open event of the form: Me.Region.RowSource = "SELECT DISTINCT [Opportunity Region] FROM Opportunities;" However, I would like to...
  16. fredka

    Assign Primary Key

    I have been importing data from a CRM database into Access to run some more complex reports than the CRM database will allow - The problem is that I don't want to import ALL of the data each week, only that data that has changed. The export feature of the CRM allows me to do this. However, I...
  17. fredka

    table corruption

    I have a database that has been up and running for a long time now - All of the sudden, one of the tables had records data in it for just 2 or 3 of the fields - the primary key fields also contained blank information. I tried many things but finally copied the data (except the corrupted rows)...
  18. fredka

    Query Not Updatable

    I am having a real hard time understanding how to make this work - I am getting the "query not updatable" error on the following UPDATE tblSmEmployerGrps INNER JOIN qrySmallEmployerGroups7 ON tblSmEmployerGrps.MAIN_GRP_ID = qrySmallEmployerGroups7.MAIN_GRP_ID SET...
  19. fredka

    Some Users Unable to use command button

    I have users in two locations. Only the users in one location are unable to use command buttons that run reports. Two weeks ago all was fine. I really think this is a network issue since 1. two weeks ago the users were fine 2. the users in the other office are fine. Here is the code for the...
  20. fredka

    Structure Question

    I have an existing database that tracks sales of external sales companies that we use to distribute our product. Historically, we have tracked these agencies using a field named "masterbrokerkey" However, one of the outside companies may actually be two companies that together make up one of...

Part and Inventory Search

Back
Top