Search results

  1. C

    Fields not reading the same

    Wow...never knew that. I have several in my tables and can not even imagine where to begin to change them aside from starting over!
  2. C

    Fields not reading the same

    The bound is 1, the column count is 2, but the width is 0";1"
  3. C

    Fields not reading the same

    I am not really sure if this is what you are looking for but this is the infomation for the supplier fieid. SELECT [Suppliers Extended].[ID], [Suppliers Extended].[Supplier] FROM [Suppliers Extended] ORDER BY [Supplier];
  4. C

    Fields not reading the same

    Are we causing the problem by getting into the linked tables and deleting data?
  5. C

    Fields not reading the same

    The front end has the linked tables. Each user is has their own copy.
  6. C

    Fields not reading the same

    It is set up that way. It has actually been working great for over a year now. But for some reason it is now causing my problems. It just started giving me the error code and this is the only difference I can see in the table. Shouldn't the be table be exactly like the front end table?
  7. C

    Fields not reading the same

    I am using 2007. I already did Compact and Repair but did not make a copy of just the be. I have a table in the back end for my inventory. One of the fields is for supplier. It is set up so the supplier name shows not the auto number assigned to it. For some reason it is now showing the...
  8. C

    Fields not reading the same

    I am very new to Access and I am not a programmer at all. Something in my program changed and I am stuck on how to correct it. When I look at the front end everthing looks fine. When I look at the back end one of my fields are no longer reading correctly. I get the message error code 2465
Back
Top Bottom