I started to build a new form in my database and found that I would first need to build a query to draw data from two different tables. To be a little more specific, I have two tables that I need to relate. One table (tbl_Catalog) has a field I call “BidWinnerID.” The second table (tbl_Bidders) has a field I call “BidderNbr.” The bidder number identifies a person who has signed up to bid on items at a fund-raiser auction. The Catalog table includes the BidWinnerID field to identify the bidder who won a given item (i.e., submitted the highest bid) in the auction.
I goofed when I started building the DB. The BidderNbr field in the Bidders table is data type Number (long integer). The BidWinnerID field in the Catalog table is a text field! When I spotted the problem, I immediately tried to change the text field to a number field. Unhappily, I have been unsuccessful so far because (as I’m sure you professionals already know) Access wants me to first delete all my relationships.
Well, I went first to the Relationships window, where I had one and only one relationship showing (between tbl_Catalog and tbl_Donors). I deleted that relationship with the plan to return and reestablish it. But Access keeps telling me over and over that I can’t change the data type until I’ve deleted relationships…. So I’ve gone into all my queries where relationships exist and deleted them. I can’t find any more relationships, but I keep seeing that error message.
OK, I repent for having selected the wrong data type in the first place–shoulda gone with Number in both cases from “jump street,” yes. But now…how can I fix my problem without dumping my entire database and starting over? I’ve got a couple of weeks of work invested in this thing, and I have just a couple of days before we have to put this thing to work.