Hi there,
I imported the vehicle csv data successfully to the Vehicles table but when I went to try and import the data into the Parking Requests table, I keep getting error messages: Couldn't resolve the guid for the lookup field: pa_vehicleid. DEF 020T. (among others with different vehicle names).
Here's the troubleshooting I've done so far:
- Deleted all the tables (and the solution) and started over
- In the Parking Request table, checked the Data Model file to make sure that the ParkingRequestName isn't set to Autonumber yet because I can see the Parking Requests csv first column is PR-99xxxxx.
- Checked the column relationships for the "Vehicle" column in Parking Request table and made sure it is a lookup to the 'pa_Vehicle' table
- I compared the license names (DEF 020T) in the Parking Request csv to the actual data I imported and verified that they do exist in the Vehicles table. Only 2 vehicles in the vehicles table are not present in the Parking Request table but that seems ok because I'm assuming some vehicles may not have requested parking
- Tried replacing the vehicle name (DEF 020T) column in the csv file with the actual pa_VehicleID unique vehicle IDs which were created after I imported the vehicle data into that table
Kind of at a loss of what to do right now! Hoping someone can help :)